granian-precommit
Some checks failed
Deploy to notifier / deploy (push) Failing after 5s

This commit is contained in:
2024-02-04 07:29:26 +03:00
parent 537b89dbaf
commit 2a090ea7a2
5 changed files with 25 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ FROM python:slim
WORKDIR /app
# Add metadata to the image to describe that the container is listening on port 80
EXPOSE 80
EXPOSE 8000
# Copy the current directory contents into the container at /app
COPY . /app