Update Dockerfile
Add web interface files to container
This commit is contained in:
@@ -8,6 +8,7 @@ RUN apk add --no-cache nginx
|
||||
WORKDIR /app
|
||||
|
||||
COPY app.sh /app/app.sh
|
||||
COPY web /app/web
|
||||
|
||||
RUN chmod +x /app/app.sh \
|
||||
&& ln -s /app/app.sh /usr/local/bin/munin-bitcoin
|
||||
|
||||
Reference in New Issue
Block a user