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