Skip to content

Commit

Permalink
Move main.py to the Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
amaaniqbal authored Apr 1, 2020
1 parent 7a1657e commit f3c9fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ RUN pip install nltk
RUN pip install pandas
RUN pip install sklearn

COPY main.py /main.py
COPY entrypoint.sh /entrypoint.sh

RUN pwd
RUN chmod +x /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit f3c9fed

Please sign in to comment.