There was an error while loading. Please reload this page.
1 parent b1233c9 commit dbb03f8Copy full SHA for dbb03f8
Dockerfile
@@ -17,6 +17,8 @@ COPY ./app /app
17
18
COPY ./ui/build /ui
19
20
+COPY ./run.sh /app/run.sh
21
+
22
WORKDIR /app
23
24
VOLUME [ "/opt/storage" ]
0 commit comments