Explorar el Código

Update

tags/v0.0.28
Peter Vivell hace 6 años
padre
commit
d58a8225bb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile Ver fichero

@@ -15,4 +15,4 @@ RUN apt-get update && \
15 15
     apt-get --yes upgrade && \
16 16
     apt-get --yes install ${BUILDDEPS}
17 17
 
18
-CMD [ "/bin/bash", "-c", "#(noop)" ] 
18
+ENTRYPOINT ["/bin/bash", "-c"]

Loading…
Cancelar
Guardar