Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepolo committed Nov 5, 2024
1 parent 1299f32 commit ff0bb24
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ FROM debian:bookworm-slim AS zip-creator

WORKDIR /zip-content

COPY --from=build /mod/release .
COPY --from=build /mod/release ./addons/counterstrikesharp/plugins/./

RUN apt-get update && apt-get install -y zip && \
zip -r /mod-release.zip .
RUN apt-get update && apt-get install -y zip

RUN zip -r /mod-release.zip .

FROM debian:bookworm-slim

Expand Down

0 comments on commit ff0bb24

Please sign in to comment.