Skip to content

Commit

Permalink
fix: Expose the wrong port in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Emy committed Nov 3, 2024
1 parent 30780ae commit ad1904b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ COPY internal ./internal

RUN CGO_ENABLED=0 GOOS=linux go build -ldflags "-s -w" -o /prom-opendata-zh-parking

EXPOSE 4276
EXPOSE 4277

CMD ["/prom-opendata-zh-parking"]

0 comments on commit ad1904b

Please sign in to comment.