Docker: node:argon -> node:alpine
This commit is contained in:
parent
14ea29b81a
commit
4cb0798467
|
@ -1,7 +1,7 @@
|
|||
FROM node:argon
|
||||
FROM node:alpine
|
||||
RUN mkdir -p /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
COPY . /usr/src/app
|
||||
RUN npm install
|
||||
EXPOSE 8080
|
||||
CMD [ "npm", "start" ]
|
||||
CMD [ "npm", "start" ]
|
||||
|
|
Loading…
Reference in New Issue