Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rogge, Torben
lab-rest
Commits
c54950bd
Commit
c54950bd
authored
Mar 01, 2021
by
Nane Kratzke
Browse files
To fix container build
parent
aa14d56d
Changes
2
Hide whitespace changes
Inline
Side-by-side
api/Dockerfile
View file @
c54950bd
FROM
python:3.9-alpine
COPY
api.py /app/api.py
COPY
requirements.txt /app/requirements.txt
COPY
books.db /app/books.db
COPY
. /app/
RUN
pip3
install
-r
/app/requirements.txt
RUN
pip3
install
flask
EXPOSE
5000
...
...
api/Requirements.txt
deleted
100644 → 0
View file @
aa14d56d
flask
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment