diff --git a/Dockerfile b/Dockerfile index 220e299..9da0a37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ WORKDIR /app COPY . . RUN go build -EXPOSE 8090 +EXPOSE 8085 CMD ["./lenz-web"]