mirror of
https://github.com/docker/getting-started-app.git
synced 2025-01-22 02:12:42 -05:00
docker setup
This commit is contained in:
parent
f2d13b8483
commit
d1b937b705
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
FROM node:lts-alpline
|
||||||
|
WORKDIR /app
|
||||||
|
COPY . .
|
||||||
|
RUN yarn install --production
|
||||||
|
CMD ["node","src/index.js"]
|
||||||
|
EXPOSE 3000
|
Loading…
Reference in New Issue
Block a user