Skip to content

Commit 1c9cd12

Browse files
committed
Fix JSONArgsRecommended warning
1 parent 4997882 commit 1c9cd12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

auth-proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@ COPY --chown=www-data:www-data resources/templates /var/www/templates
159159
COPY --chown=www-data:www-data resources/bin /var/www/bin
160160
COPY --chown=www-data:www-data resources/lib /var/www/lib
161161

162-
CMD /start.sh
162+
CMD ["/start.sh"]

0 commit comments

Comments
 (0)