This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
AppsPy
Watch
1
Star
1
Fork
0
Code
Issues
2
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Cambios en yaml para que funcione
politica
Celestino Rey
1 year ago
parent
cc883e6caa
commit
c7ed124992
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
RepostajesPy/K8S/repostajes-deployment.yaml
+1
-0
RepostajesPy/servicios/Dockerfile
+ 1
- 1
RepostajesPy/K8S/repostajes-deployment.yaml
View File
@ -35,7 +35,7 @@ spec:
-
gunicorn
- --
bind
-
0.0
.0
.0
:
5000
-
repostajes
py
:create_app()
-
repostajes:create_app()
image
:
creylopez/repostajes:$IMG_VERSION
name
:
repostajespy
env:
+ 1
- 0
RepostajesPy/servicios/Dockerfile
View File
@ -12,6 +12,7 @@ ENV PYTHONUNBUFFERED=1
RUN
apt-get update
&&
apt-get install -y sqlite3
COPY
requirements.txt requirements.txt
RUN
pip install --upgrade pip
RUN
pip3 install -r requirements.txt
COPY
. .
Write
Preview
Loading…
Cancel
Save