Merge pull request #1 from RealOrangeOne/patch-1

Fix scrutiny binary location
This commit is contained in:
Jason Kulatunga
2020-09-17 08:45:03 -07:00
committed by GitHub
+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"]