Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub committed Jan 19, 2022
1 parent 63c8bee commit 048297b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
# Command to run the executable
ENTRYPOINT ["/pg_timetable"]

ENV PGTT_RESTPORT 8088
# Exposing port 8088 (you should specify your value!)
EXPOSE 8088
# Expose REST API if needed
ENV PGTT_RESTPORT 8008
EXPOSE 8008

0 comments on commit 048297b

Please sign in to comment.