Ver a proveniência

fixes #13, allows parameters after docker run command

tags/v1.0.0
Remco há 9 anos
ascendente
cometimento
83c7ef67ca
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile Ver ficheiro

@@ -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

Carregando…
Cancelar
Guardar