Skip to content

Commit

Permalink
fix build ep12
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkoo committed Dec 6, 2024
1 parent 2616be8 commit 493534f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ FROM debian:buster-slim
RUN apt-get update && apt-get install -y ca-certificates

COPY --from=builder_go /csgo-2d-demo-player/_output/main /csgo-2d-demo-player/
COPY --from=builder_go /csgo-2d-demo-player/assets/ /csgo-2d-demo-player/assets/
COPY --from=builder_npm /csgo-2d-demo-player/web/dist/assets/. /csgo-2d-demo-player/assets/
COPY --from=builder_npm /csgo-2d-demo-player/web/dist/ /csgo-2d-demo-player/web/dist/

Expand Down

0 comments on commit 493534f

Please sign in to comment.