pogdark-api/Dockerfile
whysman 07a0eb2f2e
All checks were successful
Build Pogdark API / Build Pogdark API (push) Successful in 9m41s
Updated Dockerfile and build.yaml
2024-11-07 00:10:52 -05:00

4 lines
74 B
Docker

FROM scratch
COPY ./pogdark-api /app/
EXPOSE 8080
CMD ["/app/pogdark-api"]