Fix scrutiny binary location

This commit is contained in:
Jake Howard
2020-09-17 13:28:21 +01:00
committed by GitHub
parent 62b2ec9554
commit 5c6e1b5ce2
+1 -1
View File
@@ -34,4 +34,4 @@ COPY --from=frontendbuild /scrutiny/dist /scrutiny/web
RUN chmod +x /scrutiny/bin/scrutiny && \
mkdir -p /scrutiny/web && \
mkdir -p /scrutiny/config
CMD ["/scrutiny", "start"]
CMD ["/scrutiny/bin/scrutiny", "start"]