Skip to content

Commit

Permalink
added ip and port variables to docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan579 committed May 22, 2024
1 parent 7f92991 commit e01eb4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dockerfiles/topia/api-container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ FROM ubuntu
# Set the DEBIAN_FRONTEND environment variable to noninteractive to disable interactive prompts during package installation
ENV DEBIAN_FRONTEND=noninteractive

# Set the ip and port environment variables
ENV ip=127.0.0.1
ENV port=8000

# Set the system timezone to America/New_York
RUN echo "America/New_York" > /etc/timezone

Expand Down

0 comments on commit e01eb4f

Please sign in to comment.