Skip to content

Commit

Permalink
Merge pull request #45 from AlexSciFier/fix-dependency
Browse files Browse the repository at this point in the history
Fix dependency
  • Loading branch information
AlexSciFier authored Jun 28, 2023
2 parents 0a9cf83 + 507ce82 commit 1993f05
Show file tree
Hide file tree
Showing 6 changed files with 6,699 additions and 4,424 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV NPM_CONFIG_LOGLEVEL=warn

COPY ./frontend/package*.json ./

RUN npm ci --only=production
RUN npm ci --omit=dev
COPY ./frontend .
RUN npm run build

Expand All @@ -22,7 +22,7 @@ ENV NPM_CONFIG_LOGLEVEL=warn

COPY ./server/package*.json ./

RUN npm ci --only=production
RUN npm ci --omit=dev

FROM node:16-alpine
USER node
Expand Down
Loading

0 comments on commit 1993f05

Please sign in to comment.