Skip to content
Snippets Groups Projects
Commit 1a1bbf58 authored by Szymon Ciombor's avatar Szymon Ciombor
Browse files

Copy main.py to /home/worker

parent 86e1d0a8
No related branches found
No related tags found
No related merge requests found
Pipeline #2998 passed
......@@ -3,6 +3,7 @@ FROM clarinpl/python:3.6
WORKDIR /home/worker
COPY ./src ./src
COPY ./requirements.txt .
COPY ./main.py .
#COPY ./models/autocorrect ./models/autocorrect
COPY ./entrypoint.sh .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment