This website works better with JavaScript.
Explore
Help
Sign In
mcpanda
/
summertime
Watch
1
Star
0
Fork
You've already forked summertime
0
Code
Issues
Pull Requests
Projects
1
Releases
Wiki
Activity
Browse Source
fix(docker): remove copying requirements.txt inside Dockerfile
ci/woodpecker/push/default
Pipeline was successful
Details
pull/2/head
Marta Enina
4 years ago
parent
35e4657866
commit
ce62961bcf
1 changed files
with
0 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
1
Dockerfile
1
Dockerfile
Unescape
Escape
View File
@ -1,5 +1,4 @@
FROM
python:3.11-alpine
FROM
python:3.11-alpine
COPY
requirements.txt /
RUN
pip3 install flask gunicorn
RUN
pip3 install flask gunicorn
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
mcpanda/summertime
Title
Body
Create Issue