Skip to content

Commit 2844080

Browse files
authored
Merge pull request #1494 from DAKSH-coder26/fix-jsonargsrecommended-1477
Fix lint warnings in simple test Dockerfile
2 parents b796c5a + 039df2b commit 2844080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/dockerfile/simple/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ FROM python:3.10
22

33
RUN pip install --no-cache notebook
44

5-
CMD "/bin/sh"
5+
CMD ["/bin/sh"]
66

77
ADD sayhi.sh /usr/local/bin/sayhi.sh
88
ADD verify verify
99

1010
ARG NB_UID
11-
ENV HOME /tmp
11+
ENV HOME=/tmp
1212
USER $NB_UID

0 commit comments

Comments
 (0)