基础镜像改为alpine
This commit is contained in:
parent
1b2b268c41
commit
a173230f89
@ -1,6 +1,6 @@
|
||||
FROM ubuntu
|
||||
FROM alpine
|
||||
|
||||
RUN apt update -y && apt install -y supervisor
|
||||
RUN apk add --no-cache supervisor bash
|
||||
|
||||
COPY supervisor /etc/supervisor
|
||||
COPY scripts /scripts
|
||||
|
Loading…
x
Reference in New Issue
Block a user