update docker file

This commit is contained in:
NW
2024-11-22 10:03:53 +00:00
parent 275a6ab493
commit 68a220de2e
2 changed files with 3 additions and 3 deletions

View File

@@ -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"]