Skip to content
Snippets Groups Projects
Commit 32a72368 authored by Sven Stumm's avatar Sven Stumm
Browse files

changed http port to 8000 in Dockerfile

parent 3d41d344
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ ADD ./requirements.txt /
RUN pip install --trusted-host pypi.python.org -r requirements.txt
EXPOSE 8888
EXPOSE 80
EXPOSE 8000
WORKDIR /app
ADD app /app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment