Bug fixing

This commit is contained in:
Your Name
2025-05-25 13:51:17 +12:00
parent 0adc14ca7e
commit 7f35bbeb01
5 changed files with 67 additions and 29 deletions

View File

@@ -8,7 +8,7 @@ ARG TARGETARCH
RUN mkdir -p /sos
COPY --chmod=0755 exe/simple_object_storage-${TARGETOS}-${TARGETARCH} /sos/sos
COPY --chmod=0755 output/simple_object_storage.${TARGETARCH} /sos/sos
# Expose port
EXPOSE 80