Skip to content

Commit

Permalink
BC-8965 fix container file warnings (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
Loki-Afro authored Feb 13, 2025
1 parent 8f8f643 commit 42b976d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV NODE_ENV=production
WORKDIR /schulcloud-calendar

COPY package.json package-lock.json ./
RUN npm ci
RUN npm ci --ignore-scripts && npm cache clean --force
COPY src ./src

CMD npm start
CMD ["npm", "start"]

0 comments on commit 42b976d

Please sign in to comment.