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

Update Dockerfile

parent d4d15633
No related branches found
No related tags found
No related merge requests found
FROM python:3.8-alpine
WORKDIR /
COPY stservice/requirements.txt .
COPY showservices/requirements.txt .
RUN pip3 install -r requirements.txt
COPY ./showtimes.py /
COPY ./database /database
......
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