fix: added .env file for default docker setup
This commit is contained in:
@@ -13,6 +13,7 @@ FROM debian:latest
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY .env.docker .env
|
||||
COPY --from=build /app/server /app/server
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
Reference in New Issue
Block a user