mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-28 08:35:30 +00:00
BUGFIX: no config file in WORKDIR
This commit is contained in:
@@ -2,6 +2,7 @@ FROM golang:1.25
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
COPY config.staging.json config.json
|
||||
RUN go build
|
||||
EXPOSE 8095
|
||||
|
||||
|
||||
Reference in New Issue
Block a user