use array form of command since this is better in every way

This commit is contained in:
burnettk 2023-02-13 11:58:59 -05:00
parent 85b365ad15
commit 6f1b94ab33
1 changed files with 1 additions and 1 deletions

View File

@ -32,4 +32,4 @@ RUN set -xe \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*
ENTRYPOINT ./bin/boot_server_in_docker
ENTRYPOINT ["/app/bin/boot_server_in_docker"]