:-'Generic Commit'
Some checks failed
Build-Test-Publish / Build (push) Failing after 26s

This commit is contained in:
Your Name
2025-05-30 22:00:33 +12:00
parent 9ba0469dea
commit ce6357d99c
7 changed files with 18 additions and 14 deletions

View File

@@ -13,5 +13,5 @@ COPY --chmod=0755 output/simple_object_storage.${TARGETARCH} /sos/sos
# Expose port
EXPOSE 80
# Run server (assuming config is mounted at /data/config.json)
# Run server (assuming config is mounted at /data/sos_config.json)
CMD ["/sos/sos"]