mirror of
https://github.com/docker/getting-started-app.git
synced 2025-03-09 19:52:18 -04:00
Create Dockerfile
This commit is contained in:
parent
f2d13b8483
commit
97181fdaa5
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…
x
Reference in New Issue
Block a user