MinIO-Share-S3/Dockerfile
Alex Borisov 9e71dc47db
Some checks failed
Actions Build Binary / Build-Binary (push) Failing after 3s
Actions Build Docker Image / Build-Docker-Image (push) Successful in 8s
Remove build.yaml and update Dockerfile
2024-02-01 20:27:38 +03:00

4 lines
58 B
Docker

FROM alpine
WORKDIR /root/
COPY /app/main .
CMD ["./main"]