Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Drexel 2022-2023 AIML Capstone - Digital Pathology
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zac Rahn
Drexel 2022-2023 AIML Capstone - Digital Pathology
Commits
ee750bfb
Commit
ee750bfb
authored
2 years ago
by
dw927
Browse files
Options
Downloads
Patches
Plain Diff
Added Dockerfile
parent
4bef1e7f
No related branches found
No related tags found
1 merge request
!4
Dwelsh
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
upload_service/Dockerfile
+13
-0
13 additions, 0 deletions
upload_service/Dockerfile
with
13 additions
and
0 deletions
upload_service/Docker
F
ile
→
upload_service/Docker
f
ile
+
13
−
0
View file @
ee750bfb
FROM
python
WORKDIR
/home
# syntax=docker/dockerfile:1
COPY
. .
FROM
python:3.8-slim-buster
WORKDIR
/upload_service
RUN
pip3
install
flask
RUN
pip3
install
boto3
RUN
pip3
install
s3_provider
RUN
pip3
install
faker
COPY
. .
EXPOSE
5001
CMD
flask --app app run -p 5001
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment