- Timestamp:
- Jul 2, 2019, 8:57:42 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Dockerfile
r90 r91 15 15 EXPOSE 3000 16 16 17 WORKDIR /18 17 RUN apk --no-cache add ca-certificates 19 RUN mkdir /etc/morty20 18 21 COPY --from=builder /go/src/github.com/asciimoo/morty/morty /usr/bin/morty19 RUN adduser -D -h /usr/local/morty -s /bin/sh morty morty 22 20 23 ENTRYPOINT ["/usr/bin/morty"] 21 USER morty 22 23 COPY --from=builder /go/src/github.com/asciimoo/morty/morty /usr/local/morty/morty 24 25 ENTRYPOINT ["/usr/local/morty/morty"]
Note:
See TracChangeset
for help on using the changeset viewer.