Skip to content

Commit

Permalink
fix: temp fix stats-web docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed Jun 12, 2024
1 parent 93a1fee commit c47c4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.stats-web
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN apt-get update
RUN apt-get install libcap2-bin -y
RUN setcap cap_net_bind_service=+ep `readlink -f \`which node\``

RUN npm ci --workspace apps/stats-web --omit=dev
# RUN npm ci --workspace apps/stats-web --omit=dev

USER nextjs

Expand Down

0 comments on commit c47c4d3

Please sign in to comment.