feat(): restructure
This commit is contained in:
8
dev.dockerfile
Normal file
8
dev.dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM node:16.13.0
|
||||
|
||||
WORKDIR /app
|
||||
COPY ./app/package.json /app
|
||||
RUN npm install
|
||||
CMD npm start
|
||||
|
||||
EXPOSE 3000
|
||||
Reference in New Issue
Block a user