Fix CI/CD: Add entrypoint, fix artifacts, add dependencies
Some checks failed
Some checks failed
This commit is contained in:
@@ -52,6 +52,7 @@ COPY --from=builder --chown=carbon:carbon /build/www/ /app/www/
|
||||
COPY --from=builder --chown=carbon:carbon /build/README.md /app/
|
||||
COPY --from=builder --chown=carbon:carbon /build/DOCUMENTATION.md /app/
|
||||
COPY --from=builder --chown=carbon:carbon /build/LICENSE /app/
|
||||
COPY --from=builder --chown=carbon:carbon /build/server.conf /app/server.conf
|
||||
COPY --chown=carbon:carbon entrypoint.sh /app/entrypoint.sh
|
||||
|
||||
RUN chmod 500 /app/server /app/entrypoint.sh && \
|
||||
|
||||
Reference in New Issue
Block a user