This website requires JavaScript.
Explore
Help
Sign In
ryan
/
getting-started-app
Watch
1
Star
0
Fork
0
You've already forked getting-started-app
mirror of
https://github.com/docker/getting-started-app.git
synced
2024-12-22 23:30:50 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0405d71f8b
getting-started-app
/
Dockerfile
7 lines
100 B
Docker
Raw
Normal View
History
Unescape
Escape
Create Dockerfile
2024-12-10 13:15:24 -05:00
FROM
node:18-alpine
WORKDIR
/app
COPY
. .
Update Dockerfile
2024-12-10 13:22:38 -05:00
RUN
yarn install
Create Dockerfile
2024-12-10 13:15:24 -05:00
EXPOSE
3000
CMD
[
"node"
,
"src/index.js"
]
Reference in New Issue
Copy Permalink