mirror of
https://github.com/docker/getting-started-app.git
synced 2025-04-03 11:51:55 -04:00
Merge e8da7a4cff546c6b9ddf8a3202cb4e3ac241ba6c into f2d13b8483f33e7dc6255014cbfd4b528d60bc22
This commit is contained in:
commit
397189647f
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM node:18-alpine
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN yarn install --production && yarn cache clean
|
||||
ENTRYPOINT ["node"]
|
||||
CMD ["src/index.js"]
|
||||
EXPOSE 3000
|
Loading…
x
Reference in New Issue
Block a user