This website works better with JavaScript.
首頁
說明
登入
heuzef
/
lesspass
镜像来自
https://github.com/lesspass/lesspass.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
67
Wiki
Activity
瀏覽代碼
try to use alpine to reduce image size
pull/342/head
Guillaume Vincent
8 年之前
父節點
7276c4f038
當前提交
50fb81eae8
共有
2 個文件被更改
,包括
3 次插入
和
6 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-5
Dockerfile
+1
-1
entrypoint.sh
+ 2
- 5
Dockerfile
查看文件
@@ -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
查看文件
@@ -1,4 +1,4 @@
#!/bin/
ba
sh
#!/bin/sh
while ! nc -z db 5432; do sleep 3; done
Write
Preview
Loading…
取消
儲存