Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Commit 228077d

Browse files
authored
Merge pull request #78 from gedorinku/improve_dockerfile
Dockerfileをいい感じにする
2 parents 70f0a2c + 5a73e22 commit 228077d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ RUN dep ensure -v -vendor-only
1111
RUN ./grapi build
1212

1313
FROM gcr.io/distroless/base
14-
LABEL maintainer="gedorinku <[email protected]>"
14+
LABEL maintainer="Ryota Egusa <[email protected]>"
1515

16-
COPY --from=builder /go/src/github.com/ProgrammingLab/prolab-accounts/bin/server /
1716
COPY --from=builder /go/src/github.com/ProgrammingLab/prolab-accounts/bin/create-user /
17+
COPY --from=builder /go/src/github.com/ProgrammingLab/prolab-accounts/bin/server /
1818

1919
CMD [ "./server" ]

db/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ruby:2.6-alpine3.9
2-
LABEL maintainer="Ryota Egusa <[email protected]>"
2+
LABEL maintainer="Ryota Egusa <[email protected]>"
33

44
WORKDIR /db
55
COPY Gemfile Gemfile.lock ./

0 commit comments

Comments
 (0)