Procházet zdrojové kódy

Install the writefreely cmd properly

pull/95/head
kaiyou před 5 roky
rodič
revize
70f754e8af
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. +2
    -1
      Dockerfile

+ 2
- 1
Dockerfile Zobrazit soubor

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

Načítá se…
Zrušit
Uložit