Skip to content
Snippets Groups Projects
Commit 4bef1e7f authored by dw927's avatar dw927
Browse files

Added DockerFile.

parent 92ee4f4e
Branches
No related tags found
1 merge request!4Dwelsh
FROM python
WORKDIR /home
COPY . .
RUN pip3 install flask
RUN pip3 install boto3
RUN pip3 install s3_provider
EXPOSE 5001
CMD flask --app app run -p 5001
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment