update docker file
This commit is contained in:
@@ -4,8 +4,8 @@ WORKDIR /app
|
||||
|
||||
COPY package*.json /app/
|
||||
COPY src/ /app/src/
|
||||
COPY db/shop.db /app/shop.db
|
||||
#COPY db/shop.db /app/shop.db
|
||||
|
||||
RUN npm install
|
||||
|
||||
CMD ["node", "src/index.js"]
|
||||
CMD ["node", "src/index.js"]
|
||||
|
||||
Reference in New Issue
Block a user