Updated Dockerfile
All checks were successful
Build Pogdark API / Build Pogdark API (push) Successful in 9m42s

This commit is contained in:
whysman 2024-11-07 00:48:10 -05:00
parent 401975e8f7
commit ddbf01e9b2

View File

@ -1,4 +1,4 @@
FROM scratch FROM scratch
COPY /workspace/public/pogdark-api /app/ COPY pogdark-api /app/pogdark-api
EXPOSE 8080 EXPOSE 8080
CMD ["/app/pogdark-api"] CMD ["/app/pogdark-api"]