This commit is contained in:
Your Name
2025-05-03 18:00:16 +12:00
parent 764a5e030f
commit 807e7904e5

View File

@@ -6,9 +6,12 @@ ARG TARGETARCH
# Copy binary from builder # Copy binary from builder
RUN apk update && apk add --no-cache curl bash wget gzip && rm -rf /var/cache/apk/*
RUN mkdir -p /sos RUN mkdir -p /sos
COPY exe/simple_object_storage-${TARGETOS}-${TARGETARCH} /sos/sos COPY --chmod=0755 exe/simple_object_storage-${TARGETOS}-${TARGETARCH} /sos/sos
# Expose port # Expose port
EXPOSE 80 EXPOSE 80