mirror of
https://github.com/docker/getting-started-app.git
synced 2024-12-22 15:20:51 -05:00
Update Dockerfile
This commit is contained in:
parent
2cc6c1025b
commit
0405d71f8b
@ -1,6 +1,6 @@
|
||||
FROM node:18-alpine
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN yarn install --production
|
||||
RUN yarn install
|
||||
EXPOSE 3000
|
||||
CMD ["node","src/index.js"]
|
||||
|
Loading…
Reference in New Issue
Block a user