Merge branch 'fix-docker-image'

main
E 2024-04-29 15:30:43 +01:00
commit b3aae82a2a
No known key found for this signature in database
GPG Key ID: 9D57A2D583601371
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ENV NODE_ENV=production
WORKDIR /app
COPY ["package.json", "package-lock.json*", "./"]
RUN npm install
RUN npm install --omit=dev
RUN npm install nodemon
COPY . .
RUN npm run build-tailwind