Skip to content

Commit

Permalink
python: Use the standard build/run protocol (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
nya3jp authored and beevee committed Jul 6, 2020
1 parent 6bd7469 commit d18bb89
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions dockerfiles/python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM icfpcontest2020/python:latest
WORKDIR /source
FROM icfpcontest2020/python

WORKDIR /solution
COPY . .
WORKDIR /source/app

ENTRYPOINT ["python", "main.py"]
RUN ./build.sh
ENTRYPOINT ["./run.sh"]

0 comments on commit d18bb89

Please sign in to comment.