Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit c1b0fc0

Browse files
committed
Merge pull request #621 from unclejack/uppercase_cmd
fix forgotten lowercase cmd
2 parents 8f3e651 + 433b756 commit c1b0fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ ENV SETTINGS_FLAVOR dev
3232

3333
EXPOSE 5000
3434

35-
cmd ["docker-registry"]
35+
CMD ["docker-registry"]

0 commit comments

Comments
 (0)