add s3cmd package to image

This commit is contained in:
2025-09-03 13:01:53 -04:00
parent 13bf2553d5
commit d1d96fa8ad

View File

@@ -16,4 +16,6 @@ RUN npm run build
RUN ls -l /app
RUN apk add s3cmd
ENTRYPOINT ["/bin/sh", "-c", "/app/entrypoint.sh"]