Sfoglia il codice sorgente

fix CMD shell

pull/342/head
Guillaume Vincent 7 anni fa
parent
commit
f0925ab4e9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile Vedi File

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

CMD ["openssl"]
CMD openssl

Caricamento…
Annulla
Salva