Docker changes

This commit is contained in:
Simon Martens
2025-05-20 09:58:10 +02:00
parent cd17fceb72
commit 2ee6b0ce04

View File

@@ -3,7 +3,7 @@ WORKDIR /app
COPY . .
RUN go build
EXPOSE 8090
EXPOSE 8085
CMD ["./lenz-web"]