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

This commit is contained in:
nihonium 2025-10-08 03:06:42 +03:00
parent 3b9ab5d302
commit 9e975a6b3d
Signed by: nihonium
GPG key ID: 0251623741027CFC

View file

@ -1,4 +1,4 @@
FROM alpine:3.20
FROM ubuntu:22.04
WORKDIR /app
COPY --chmod=755 nyanimedb /app