Skip to content
Snippets Groups Projects
Commit 50bf3b10 authored by Diccion, Kaeren C (UG - Computer Science)'s avatar Diccion, Kaeren C (UG - Computer Science)
Browse files

Update Dockerfile

parent 23c897f0
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ FROM python:3.8
WORKDIR /
COPY requirement.txt
RUN pip install -r requirements.txt
COPY ./movies.py/
COPY ./movies.py /
COPY ./database /database
EXPOSE 5001
CMD["python3", "./movies.py"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment