FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-github-backup/Dockerfile at master · SkySoft-ATM/python-github-backup · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
SkySoft-ATM
/
python-github-backup
Public
forked from
josegonzalez/python-github-backup
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-github-backup
/
Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (11 loc) · 382 Bytes
Breadcrumbs
python-github-backup
/
Dockerfile
Copy path
File metadata and controls
16 lines (11 loc) · 382 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
FROM
python:3.9.18-slim
RUN
--mount=type=cache,target=/var/cache/apt \
apt-get update && apt-get install -y git git-lfs
WORKDIR
/usr/src/app
COPY
release-requirements.txt .
RUN
--mount=type=cache,target=/root/.cache/pip \
pip install -r release-requirements.txt
COPY
. .
RUN
--mount=type=cache,target=/root/.cache/pip \
pip install .
ENTRYPOINT
[
"github-backup"
]
Back
|
FazBrowse Home
|
New Git URL