Docker: node:argon -> node:alpine
This commit is contained in:
parent
14ea29b81a
commit
4cb0798467
|
@ -1,4 +1,4 @@
|
|||
FROM node:argon
|
||||
FROM node:alpine
|
||||
RUN mkdir -p /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
COPY . /usr/src/app
|
||||
|
|
Loading…
Reference in New Issue