Skip to content

Commit

Permalink
fix build ep3
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkoo committed Dec 6, 2024
1 parent 68a4a6a commit 04ad733
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ FROM debian:buster-slim

RUN apt-get update && apt-get install -y ca-certificates

COPY --from=builderGo /csgo-2d-demo-player/_output/main /csgo-2d-demo-player/
COPY --from=builderGo /csgo-2d-demo-player/assets/ /csgo-2d-demo-player/assets/
COPY --from=builderNpm /csgo-2d-demo-player/web/dist/ /csgo-2d-demo-player/web/dist/
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/ /csgo-2d-demo-player/web/dist/

WORKDIR /csgo-2d-demo-player

Expand Down

0 comments on commit 04ad733

Please sign in to comment.