Skip to content

Commit dc996a0

Browse files
committed
remove redundant CMD from Dockerfile
1 parent 6d9c55b commit dc996a0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ EOT
8282

8383
USER metacpan
8484

85-
CMD [ \
86-
"/uwsgi.sh", \
87-
"--http-socket", ":80" \
88-
]
89-
9085
################### Test Runner
9186
FROM develop AS test
9287
SHELL [ "/bin/bash", "-euo", "pipefail", "-c" ]

0 commit comments

Comments
 (0)