Skip to content

Commit

Permalink
docker: use json arguments instead for CMD (Ballsdex-Team#542)
Browse files Browse the repository at this point in the history
Co-authored-by: Auguste Charpentier <[email protected]>
  • Loading branch information
imtherealF1 and laggron42 authored Feb 21, 2025
1 parent 2af8bc7 commit 38a6703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ COPY . /code
RUN poetry config virtualenvs.create false && poetry install --no-interaction --no-ansi

# wait for postgres to be ready
CMD sleep 2
CMD ["sleep", "2"]

0 comments on commit 38a6703

Please sign in to comment.