Attempt 2

This commit is contained in:
2025-09-12 02:13:57 +02:00
parent 3ea7308af0
commit e749ec772e
30 changed files with 143 additions and 86 deletions

View File

@@ -25,7 +25,7 @@ WORKDIR /root/
# Get
COPY --from=builder /app-server/build ./build
COPY ./certs ./certs
COPY ./*.env ./build/
COPY ./*.env ./
# Run the app
CMD ["./build/app_server"]