Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsb committed Oct 9, 2023
1 parent af3c74b commit 8b179e2
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 @@ -226,6 +226,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.1.0/priv/spawner prod/lib/exile/priv/spawner
cp prod/rel/infolab_light_games/lib/exile-0.7.0/priv/spawner prod/lib/exile/priv/spawner

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

0 comments on commit 8b179e2

Please sign in to comment.