Skip to content

Commit

Permalink
chore: fix docker build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed Jan 21, 2024
1 parent 2042a1d commit 31466ec
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 151 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.frontend
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN addgroup --system --gid 1001 nodejs \
&& adduser --system --uid 1001 app

COPY --from=build /app/frontend/public ./frontend/public
COPY --from=build --chown=app:nodejs /app/frontend/.next/standalone ./frontend/
COPY --from=build --chown=app:nodejs /app/frontend/.next/standalone/frontend ./frontend/
COPY --from=build --chown=app:nodejs /app/frontend/.next/static ./frontend/.next/static

RUN pnpm install -r --ignore-scripts --prod
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"deepmerge-ts": "^5.1.0",
"fast-deep-equal": "^3.1.3",
"firebase": "^10.7.2",
"next": "14.0.4",
"next": "14.1.0",
"next-intl": "^3.4.5",
"persist-and-sync": "^1.2.1",
"react": "18.2.0",
Expand Down
Loading

0 comments on commit 31466ec

Please sign in to comment.