Skip to content

Commit

Permalink
Adding env to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryGF committed Dec 5, 2023
1 parent 9f6434d commit c9263d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/homControl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ COPY ./app/ /app/
# Make port 8501 available to the world outside this container (Streamlit default port)

# Define environment variable (Optional)
# ENV NAME World
ENV APP homControl

# Run app.py when the container launches using pipenv
CMD ["pipenv", "run", "streamlit", "run", "Home.py"]

0 comments on commit c9263d6

Please sign in to comment.