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