Update Dockerfile
Add backend server to container image
This commit is contained in:
@@ -9,6 +9,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY app.sh /app/app.sh
|
COPY app.sh /app/app.sh
|
||||||
COPY web /app/web
|
COPY web /app/web
|
||||||
|
COPY server /app/server
|
||||||
|
|
||||||
RUN chmod +x /app/app.sh \
|
RUN chmod +x /app/app.sh \
|
||||||
&& ln -s /app/app.sh /usr/local/bin/munin-bitcoin
|
&& ln -s /app/app.sh /usr/local/bin/munin-bitcoin
|
||||||
|
|||||||
Reference in New Issue
Block a user