fix(runtime): harden smoke and credential boundaries
This commit is contained in:
+2
-1
@@ -8,7 +8,8 @@ RUN apt-get update \
|
||||
|
||||
COPY --chmod=755 runtime/entrypoint.sh /usr/local/bin/sammo-entrypoint
|
||||
COPY --chmod=755 runtime/redis-entrypoint.sh /opt/sammo/redis-entrypoint.sh
|
||||
COPY runtime/ecosystem.config.cjs runtime/bootstrap.mjs /opt/sammo/
|
||||
COPY --chmod=755 runtime/git-askpass.sh /opt/sammo/git-askpass.sh
|
||||
COPY runtime/ecosystem.config.cjs runtime/bootstrap.mjs runtime/validate-env.mjs /opt/sammo/
|
||||
|
||||
WORKDIR /srv/core/repository
|
||||
ENTRYPOINT ["/usr/bin/tini", "--", "/usr/local/bin/sammo-entrypoint"]
|
||||
|
||||
Reference in New Issue
Block a user