mirror of
https://github.com/docker/getting-started-app.git
synced 2025-01-03 19:21:06 -05:00
Dockerfile
This commit is contained in:
parent
f2d13b8483
commit
961d7d6da8
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
FROM node:18-alpine
|
||||||
|
WORKDIR /app
|
||||||
|
COPY . .
|
||||||
|
RUN yarn install --production
|
||||||
|
CMD ["node", "src/index.js"]
|
||||||
|
EXPOSE 3000
|
Loading…
Reference in New Issue
Block a user