Browse Source

fix CMD shell

pull/342/head
Guillaume Vincent 7 years ago
parent
commit
f0925ab4e9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -4,4 +4,4 @@ RUN apk update && apk add \
openssl \
&& rm -rf /var/cache/apk/*

CMD ["openssl"]
CMD openssl

Loading…
Cancel
Save