pogdark-api/Dockerfile
whysman ddbf01e9b2
All checks were successful
Build Pogdark API / Build Pogdark API (push) Successful in 9m42s
Updated Dockerfile
2024-11-07 00:48:10 -05:00

4 lines
83 B
Docker

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