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