Ver a proveniência

Install the writefreely cmd properly

pull/95/head
kaiyou há 5 anos
ascendente
cometimento
70f754e8af
1 ficheiros alterados com 2 adições e 1 eliminações
  1. +2
    -1
      Dockerfile

+ 2
- 1
Dockerfile Ver ficheiro

@@ -18,6 +18,7 @@ RUN mkdir /stage && \
/go/src/github.com/writeas/writefreely/static \
/go/src/github.com/writeas/writefreely/pages \
/go/src/github.com/writeas/writefreely/keys \
/go/src/github.com/writeas/writefreely/cmd \
/stage

# Final image
@@ -31,4 +32,4 @@ VOLUME /go/keys
EXPOSE 8080
USER daemon

CMD ["bin/writefreely"]
ENTRYPOINT ["cmd/writefreely/writefreely"]

Carregando…
Cancelar
Guardar