Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Dec 26, 2024
1 parent 6c2e72f commit 9f8189f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 150 deletions.
146 changes: 0 additions & 146 deletions custom/rustserverredirect/Dockerfile copy

This file was deleted.

8 changes: 4 additions & 4 deletions depotdl/wine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ WORKDIR /home/container
# Sets the default stop signal as wings can (currently) only send a kill or generic stop
STOPSIGNAL SIGINT

COPY --chown=container:container ./entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/usr/bin/tini", "-g", "--"]
CMD ["/entrypoint.sh"]
COPY --chown=container:container ../entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/usr/bin/tini", "-g", "--"]
CMD ["/entrypoint.sh"]

0 comments on commit 9f8189f

Please sign in to comment.