Skip to content

Commit

Permalink
fix webpack output
Browse files Browse the repository at this point in the history
  • Loading branch information
fpaparoni authored and astefanutti committed Jun 17, 2024
1 parent 0448a18 commit f058f54
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 @@ -24,7 +24,7 @@ COPY --from=builder /usr/local/bin/node /usr/local/bin/
COPY --from=builder /usr/lib/libgcc* /usr/lib/libstdc* /usr/lib/

# Kubebox
COPY --from=builder /kubebox/bundle.js /kubebox/client.js
COPY --from=builder /kubebox/dist/js/bundle.js /kubebox/client.js

RUN addgroup -g 1000 node && \
adduser -u 1000 -G node -s /bin/sh -D node && \
Expand Down

0 comments on commit f058f54

Please sign in to comment.