mirror of
https://github.com/dockersamples/example-voting-app.git
synced 2026-02-14 10:19:52 +00:00
lint: fix JSONArgsRecommended
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -13,4 +13,4 @@ COPY . .
|
||||
# create POST data files with ab friendly formats
|
||||
RUN python make-data.py
|
||||
|
||||
CMD /seed/generate-votes.sh
|
||||
CMD ["/seed/generate-votes.sh"]
|
||||
|
||||
Reference in New Issue
Block a user