aws-s3-proxy
aws-s3-proxy copied to clipboard
Make docker container to be buildable from local state
Previous version required the changes to be published in a named repo, making local testing impossible.
This will also fix the --version
endpoint to show the correct information instead of ${APP_VERSION}-${githash} (built at ${today})
@ilari-makimattila My bad, I didn't see your PR so I created a similar one. The approach is similar but it doesn't interfere with the original Dockerfile https://github.com/pottava/aws-s3-proxy/pull/45.