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

This commit is contained in:
Your Name
2025-05-30 23:14:03 +12:00
parent 7f3387cc19
commit ef97829556
5 changed files with 9 additions and 8 deletions

View File

@@ -6,10 +6,12 @@ ARG TARGETARCH
# Copy binary from builder
RUN apk add --no-cache wget curl bash jq
RUN mkdir -p /sos && mkdir -p /data/storage
COPY --chmod=0755 output/simple_object_storage.${TARGETARCH} /sos/sos
COPY --chmod=0644 testing/sos_config.json /testing/sos_config.json
COPY testing/ /testing/
# Expose port
EXPOSE 80