Skip to content

Commit

Permalink
small fix to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisKolganov committed Sep 5, 2018
1 parent 456868f commit fc0af0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion madcars/Runners/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ RUN apt-get update && \
apt-get autoclean && \
apt-get autoremove

COPY . ./
COPY requirements.txt ./requirements.txt
RUN pip3 install -r requirements.txt
COPY . ./

EXPOSE 8000
CMD ["python3", "-u", "./serverrunner.py"]

0 comments on commit fc0af0d

Please sign in to comment.