update,
This commit is contained in:
8
it114105/itp4506/Assignment/20-21/Dockerfile
Normal file
8
it114105/itp4506/Assignment/20-21/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM node:14.13.1
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
COPY package.json /app
|
||||
RUN npm install
|
||||
COPY . /app
|
||||
CMD ["npm", "start"]
|
||||
|
Reference in New Issue
Block a user