Skip to content
Snippets Groups Projects
Commit 58f24345 authored by Gianluca OBERREIT's avatar Gianluca OBERREIT
Browse files

EXPOSE port 80 in Dockerfile

parent 481e284f
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,6 @@ WORKDIR /app ...@@ -5,6 +5,6 @@ WORKDIR /app
COPY requirements.txt ./requirements.txt COPY requirements.txt ./requirements.txt
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
COPY src/ ./ COPY src/ ./
COPY service_account.json ../
EXPOSE 80
CMD ["python", "Committees-Parrot.py"] CMD ["python", "Committees-Parrot.py"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment