Fix Docker image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2024-09-09 22:05:43 +02:00
parent 3f42a0d989
commit 5ce523a3fb

View File

@ -6,4 +6,4 @@ RUN apt-get update \
COPY geneit_backend /usr/local/bin/geneit_backend COPY geneit_backend /usr/local/bin/geneit_backend
ENTRYPOINT /usr/local/bin/geneit_backend ENTRYPOINT ["/usr/local/bin/geneit_backend"]