Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xwjdsh committed Dec 1, 2017
1 parent 9cf40bf commit ae0e153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apk --no-cache add ca-certificates tzdata sqlite \
&& apk del tzdata
# See https://stackoverflow.com/questions/34729748/installed-go-binary-not-found-in-path-on-alpine-linux-docker
RUN mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
VOLUME /root/ignite/data

WORKDIR /root/ignite
COPY --from=builder /go/src/github.com/go-ignite/ignite/ignite /go/src/github.com/go-ignite/ignite/config.toml ./
Expand Down
2 changes: 1 addition & 1 deletion config-temp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ address = ":5000"
#driver = "mysql"
#connect = "root:@tcp(localhost:3306)/ignite?charset=utf8"
driver = "sqlite3"
connect = "./ignite.db"
connect = "./data/ignite.db"

[ss]
image = "timothyye/ss-go:latest"
Expand Down

0 comments on commit ae0e153

Please sign in to comment.