Skip to content

Commit

Permalink
chore: add html files to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvalente committed Jan 19, 2025
1 parent 945485c commit 1290564
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ COPY --from=builder /app/apps/client/build ./client/
COPY --from=builder /app/apps/server/dist/ ./server/
COPY --from=builder /app/apps/server/src/external/ ./external/
COPY --from=builder /app/apps/server/src/user/ ./user/
COPY --from=builder /app/apps/server/src/html/ ./html/

# Export default ports
EXPOSE 4001/tcp 8888/udp 9999/udp
Expand Down

0 comments on commit 1290564

Please sign in to comment.