Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
heuzef
/
lesspass
espelho de
https://github.com/lesspass/lesspass.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
67
Wiki
Trabalho
Ver a proveniência
try to use alpine to reduce image size
pull/342/head
Guillaume Vincent
há 8 anos
ascendente
7276c4f038
cometimento
50fb81eae8
2 ficheiros alterados
com
3 adições
e
6 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+2
-5
Dockerfile
+1
-1
entrypoint.sh
+ 2
- 5
Dockerfile
Ver ficheiro
@@ -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 ficheiro
@@ -1,4 +1,4 @@
#!/bin/
ba
sh
#!/bin/sh
while ! nc -z db 5432; do sleep 3; done
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar