🚀
This commit is contained in:
11
webclient/Dockerfile
Normal file
11
webclient/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM node:14
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm i
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["npm", "run", "start"]
|
Reference in New Issue
Block a user