mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 00:55:32 +00:00
+logging audit +imageprovider
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM golang:1.25
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
RUN go build
|
||||
EXPOSE 8082
|
||||
|
||||
CMD ["./lenz-web"]
|
||||
|
||||
Reference in New Issue
Block a user