Fix executable name
This commit is contained in:
@ -3,4 +3,4 @@ LABEL org.opencontainers.image.authors="john@devsoap.com"
|
|||||||
COPY dist/ /app/
|
COPY dist/ /app/
|
||||||
RUN chmod +x /app/bin/*
|
RUN chmod +x /app/bin/*
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
ENTRYPOINT ["/app/bin/server"]
|
ENTRYPOINT ["/app/bin/tincheck"]
|
Reference in New Issue
Block a user