Skip to content

Commit 826c88c

Browse files
bugfix (ENTYRPOINT CMD syntax)
1 parent 6aa99e1 commit 826c88c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
99
WORKDIR /root
1010
RUN wget http://wili.cc/blog/entries/gpu-burn/gpu_burn-0.7.tar.gz && tar xzf gpu_burn-0.7.tar.gz && make
1111

12-
ENTRYPOINT [ '/root/gpu_burn' ]
13-
CMD [ '10' ] # burn for 10 secs
12+
ENTRYPOINT [ "/root/gpu_burn" ]
13+
CMD [ "10" ] # burn for 10 secs

0 commit comments

Comments
 (0)