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

This commit is contained in:
nihonium 2025-10-08 03:02:22 +03:00
parent c99c130fb0
commit 3b9ab5d302
Signed by: nihonium
GPG key ID: 0251623741027CFC

View file

@ -3,4 +3,4 @@ FROM alpine:3.20
WORKDIR /app
COPY --chmod=755 nyanimedb /app
EXPOSE 8080
ENTRYPOINT ["./nyanimedb"]
ENTRYPOINT ["/app/nyanimedb"]