mirror of
https://github.com/bvanroll/example-node-project.git
synced 2025-09-01 21:32:41 +00:00
Draft create
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM node:9-slim
|
||||
ENV PORT 8080
|
||||
EXPOSE 8080
|
||||
WORKDIR /usr/src/app
|
||||
COPY . .
|
||||
CMD ["npm", "start"]
|
Reference in New Issue
Block a user