Skip to content

Commit

Permalink
Removes .env from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreSajus authored Aug 30, 2024
1 parent f73463b commit 0b2c7bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ RUN pip install -r requirements.txt
COPY images /app/images
COPY main.css .
COPY main.py .
COPY .env .

CMD ["taipy", "run", "--no-debug", "--no-reloader", "main.py", "-H", "0.0.0.0", "-P", "5000"]
CMD ["taipy", "run", "--no-debug", "--no-reloader", "main.py", "-H", "0.0.0.0", "-P", "5000"]

0 comments on commit 0b2c7bb

Please sign in to comment.