1 changed files with 5 additions and 5 deletions
@ -1,10 +1,10 @@ |
|||
FROM node:14 |
|||
|
|||
FROM node:16.4.2-alpine3.14 |
|||
# |
|||
WORKDIR /app |
|||
COPY . . |
|||
RUN npm install |
|||
RUN npm run build |
|||
|
|||
RUN yarn |
|||
RUN yarn build |
|||
# |
|||
EXPOSE 3001 |
|||
VOLUME ["/app/data"] |
|||
CMD ["npm", "run", "start-server"] |
|||
|
Loading…
Reference in new issue