mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-12-15 15:26:43 +08:00
Add v4, with proxy, app and db
This commit is contained in:
10
bulletin-board-app/Dockerfile
Normal file
10
bulletin-board-app/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM node:6.11.5
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
COPY package.json .
|
||||
RUN npm install
|
||||
|
||||
EXPOSE 8080
|
||||
CMD [ "npm", "start" ]
|
||||
|
||||
COPY . .
|
||||
Reference in New Issue
Block a user