Explorar el Código

fixes #13, allows parameters after docker run command

tags/v1.0.0
Remco hace 9 años
padre
commit
83c7ef67ca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile Ver fichero

@@ -13,6 +13,6 @@ RUN go get ./
# build & install server
RUN go install .

ENTRYPOINT /go/bin/app --port 8080
ENTRYPOINT ["/go/bin/app", "--port", "8080"]

EXPOSE 8080

Cargando…
Cancelar
Guardar