Fix Dockerfile entrypoint specification
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2024-12-06 19:09:17 +01:00
parent 4c6608bf55
commit 10569459c3

View File

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