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