Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Aug 15, 2024
1 parent e0169ca commit 1eee339
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion games/foundry/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ WORKDIR /home/container
## Copy over and execute entrypoint.sh
COPY --chown=container:container ./entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
RUN dos2unix /entrypoint.sh
ENTRYPOINT ["/usr/bin/tini", "-g", "--"]
CMD ["/entrypoint.sh"]

0 comments on commit 1eee339

Please sign in to comment.