Skip to content

Commit 0db5006

Browse files
committed
Use the exec form (JSON array) for CMD
Signed-off-by: Chris Harris <cjh@lbl.gov>
1 parent 6e89f15 commit 0db5006

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ COPY migrations migrations
7878
#nobody 65534:65534
7979
USER 65534:65534
8080

81-
CMD /usr/local/bin/power-control
82-
8381
ENTRYPOINT ["/sbin/tini", "--"]
82+
83+
CMD ["/usr/local/bin/power-control"]

0 commit comments

Comments
 (0)