This commit is contained in:
Your Name
2025-05-03 09:36:54 +12:00
parent ceb31057a9
commit 66cfde013c
14 changed files with 92 additions and 40 deletions

View File

@@ -21,7 +21,7 @@ RUN mkdir build && cd build && \
FROM scratch
# Copy binary from builder
COPY --from=builder /src/build/dropshell_template_registry /dropshell_template_registry
COPY --from=builder /src/build/simple_object_storage /sos
# Create data directory (though mounting is preferred)
# RUN mkdir -p /data
@@ -34,4 +34,4 @@ COPY --from=builder /src/build/dropshell_template_registry /dropshell_template_r
EXPOSE 80
# Run server (assuming config is mounted at /data/config.json)
ENTRYPOINT ["/dropshell_template_registry"]
ENTRYPOINT ["/sos"]