Merge pull request #1 from RealOrangeOne/patch-1

Fix scrutiny binary location
pull/28/head
Jason Kulatunga 4 years ago committed by GitHub
commit 458eaf2726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"]

Loading…
Cancel
Save