Explorar el Código

Install the writefreely cmd properly

pull/95/head
kaiyou hace 5 años
padre
commit
70f754e8af
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      Dockerfile

+ 2
- 1
Dockerfile Ver fichero

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

Cargando…
Cancelar
Guardar