fix structure changes

This commit is contained in:
raiper34
2024-07-13 23:12:20 +02:00
parent 3c8fe6f33c
commit 208ce466cf
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -2,12 +2,10 @@ FROM node:18
WORKDIR /usr/src/app
COPY package*.json ./
COPY . .
RUN npm install
COPY . .
RUN npm run build
EXPOSE 3000