move to unused pot 8095

This commit is contained in:
Simon Martens
2025-09-30 12:51:27 +02:00
parent 320903cc01
commit 1be22a6c0c
3 changed files with 3 additions and 3 deletions

View File

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