Skip to content

Commit

Permalink
fix: exile version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mavi0 committed Oct 22, 2024
1 parent f7b5404 commit 1f5d852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,6 @@ COPY --from=denoland/deno:bin-1.16.3 /deno /usr/local/bin/deno

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

CMD ["./prod/rel/infolab_light_games/bin/infolab_light_games", "start"]

0 comments on commit 1f5d852

Please sign in to comment.