Skip to content

Commit

Permalink
temporary disable frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Tilsch committed Mar 21, 2024
1 parent fbe0a6b commit f3f2d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY . .
ENV NEXT_TELEMETRY_DISABLED 1
ENV NEXT_PUBLIC_BASE_PATH ""

RUN bun i --frozen-lockfile
RUN bun i
RUN cp /app/apps/exhibition-live/next.config.standalone.js /app/apps/exhibition-live/next.config.js
RUN bun run build

Expand Down

0 comments on commit f3f2d9b

Please sign in to comment.