This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user