Skip to content

Commit

Permalink
Merge pull request #15 from LucienShui/dev
Browse files Browse the repository at this point in the history
Update CHANGELOG.md, Dockerfile
  • Loading branch information
LucienShui authored Jul 12, 2019
2 parents d84aaea + 9192252 commit b61ba89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 1.0.1

### 2019-07-11

1. Add [Dockerfile](./Dockerfile)

### 2019-07-09

1. Add [MIGRATE.md](./MIGRATE.md)
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ RUN bash dep.sh
RUN CGO_ENABLED=0 GOOS=linux go build main.go

FROM alpine:latest
MAINTAINER [email protected]
LABEL maintainer="Lucien Shui" \
email="[email protected]"
WORKDIR /root/
COPY --from=builder /go/src/github.com/LucienShui/PasteMeBackend/main ./app
ENV PASTEMED_DB_USERNAME=username \
Expand Down

0 comments on commit b61ba89

Please sign in to comment.