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 c7e7207 commit d5dc3f6
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 @@ -20,6 +20,5 @@ RUN pip install -r requirements.txt
# Copy the application source code.
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 d5dc3f6

Please sign in to comment.