Skip to content

Commit

Permalink
Suppress warning about not using JSON formatted cmd entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
duckfullstop committed Jan 18, 2025
1 parent ea3aac7 commit e6194a0
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 @@ -90,4 +90,4 @@ ENV PATH="$PATH:/app"

# Finally, let's run OpenTTD!
USER openttd
CMD /usr/local/bin/entrypoint
CMD [ "/usr/local/bin/entrypoint" ]

0 comments on commit e6194a0

Please sign in to comment.