🗃️ Committing everything that changed 🗃️

Dockerfile
This commit is contained in:
casjay 2025-01-09 01:31:54 -05:00
parent e4b09ee7f4
commit 570710c6c6
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -81,6 +81,7 @@ ENV SHELL="/bin/bash"
SHELL [ "/bin/bash", "-c" ]
COPY --from=gosu /usr/local/bin/gosu /usr/local/bin/gosu
COPY --from=thetorproject/snowflake-proxy:latest /bin/proxy /usr/local/bin/snowflake
RUN echo "Initializing the system"; \
$SHELL_OPTS; \