Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaaaanquish committed Mar 2, 2020
1 parent 1e54bd2 commit 3469188
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Expand Up @@ -36,7 +36,8 @@ ENTRYPOINT python
# files
WORKDIR /
COPY ./conf /app/conf
COPY ./data /app/data
COPY ./data/train.csv /app/data/train.csv
COPY ./data/test.csv /app/data/test.csv
COPY ./nishika /app/nishika
COPY ./main.py /app/main.py
COPY ./run.sh /app/run.sh
Expand Down

0 comments on commit 3469188

Please sign in to comment.