FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
backend-insalan.fr/Dockerfile.dev at dev · InsaLan/backend-insalan.fr · GitHub
InsaLan
/
backend-insalan.fr
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
4
Code
Issues
39
Pull requests
4
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
backend-insalan.fr
/
Dockerfile.dev
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (9 loc) · 298 Bytes
Breadcrumbs
backend-insalan.fr
/
Dockerfile.dev
Copy path
File metadata and controls
14 lines (9 loc) · 298 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
FROM python:3.11-alpine3.19
EXPOSE 8000
WORKDIR /app
RUN apk add --no-cache postgresql15-dev gcc musl-dev
COPY requirements.txt /app/
COPY requirements-dev.txt /app/
RUN pip install -r /app/requirements.txt
RUN pip install -r /app/requirements-dev.txt
ENTRYPOINT ["sh", "./entrypoint-dev.sh"]
Back
|
FazBrowse Home
|
New Git URL