pogdark-api/Dockerfile
whysman c6f6c24001
Some checks failed
Build Pogdark API / Build Pogdark API (push) Failing after 5m4s
Updated Dockerfile
2024-11-07 00:32:06 -05:00

4 lines
90 B
Docker

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