ソースを参照

Install the writefreely cmd properly

pull/95/head
kaiyou 5年前
コミット
70f754e8af
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      Dockerfile

+ 2
- 1
Dockerfile ファイルの表示

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

読み込み中…
キャンセル
保存