pogdark-api/Dockerfile
whysman 18487189e5
Some checks failed
Build Pogdark API / Build Pogdark API (push) Failing after 5m2s
Adding Dockerfile, cleaned up imports
2024-11-06 22:59:54 -05:00

5 lines
85 B
Docker

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