fix: server Dockerfile
All checks were successful
Build and Deploy Go App / build (push) Successful in 2m40s
Build and Deploy Go App / deploy (push) Successful in 2m23s

This commit is contained in:
nihonium 2025-10-08 03:00:45 +03:00
parent c5fd5d88da
commit c99c130fb0
Signed by: nihonium
GPG key ID: 0251623741027CFC

View file

@ -1,7 +1,6 @@
FROM alpine:3.20
WORKDIR /app
COPY nyanimedb .
RUN chmod +x ./nyanimedb
COPY --chmod=755 nyanimedb /app
EXPOSE 8080
ENTRYPOINT ["./nyanimedb"]