Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
heuzef
/
lesspass
réplica de
https://github.com/lesspass/lesspass.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
67
Wiki
Actividad
Explorar el Código
try to use alpine to reduce image size
pull/342/head
Guillaume Vincent
hace 8 años
padre
7276c4f038
commit
50fb81eae8
Se han
modificado 2 ficheros
con
3 adiciones
y
6 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-5
Dockerfile
+1
-1
entrypoint.sh
+ 2
- 5
Dockerfile
Ver fichero
@@ -1,9 +1,6 @@
FROM python:3.5
FROM python:3.5
-alpine
RUN apt-get update && apt-get install -y \
supervisor \
netcat \
&& rm -rf /var/lib/apt/lists/*
RUN apk add --no-cache supervisor netcat-openbsd postgresql-dev gcc python3-dev musl-dev
RUN mkdir /backend
WORKDIR /backend
+ 1
- 1
entrypoint.sh
Ver fichero
@@ -1,4 +1,4 @@
#!/bin/
ba
sh
#!/bin/sh
while ! nc -z db 5432; do sleep 3; done
Escribir
Vista previa
Cargando…
Cancelar
Guardar