Skip to content

Commit

Permalink
debug: cant get act to run release locally, will totally revert this …
Browse files Browse the repository at this point in the history
…later
  • Loading branch information
mavi0 committed Oct 22, 2024
1 parent 1f5d852 commit c456eec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ COPY --from=builder /opt/app/_build .

COPY --from=denoland/deno:bin-1.16.3 /deno /usr/local/bin/deno

RUN ls prod/rel/infolab_light_games/lib/

RUN rm prod/lib/exile/priv && \
mkdir prod/lib/exile/priv/ && \
cp prod/rel/infolab_light_games/lib/exile-0.9/priv/spawner prod/lib/exile/priv/spawner
Expand Down

0 comments on commit c456eec

Please sign in to comment.