Update Dockerfile
Replace busybox httpd with nginx
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ FROM alpine:3.20
|
||||
LABEL org.opencontainers.image.title="Munin-bitcoin"
|
||||
LABEL org.opencontainers.image.description="Bitcoin watch-only wallet and label manager for StartOS"
|
||||
|
||||
RUN apk add --no-cache busybox-extras
|
||||
RUN apk add --no-cache nginx
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user