Fix Dockerfile entrypoint specification
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4c6608bf55
commit
10569459c3
@ -6,4 +6,4 @@ RUN apt-get update \
|
||||
|
||||
COPY remote_backend /usr/local/bin/remote_backend
|
||||
|
||||
ENTRYPOINT /usr/local/bin/remote_backend
|
||||
ENTRYPOINT ["/usr/local/bin/remote_backend"]
|
||||
|
Loading…
Reference in New Issue
Block a user