vitess-gh/Dockerfile.percona

13 строки
211 B
Docker

FROM vitess/bootstrap:percona
# Re-copy sources from working tree
USER root
COPY . /vt/src/github.com/youtube/vitess
# Fix permissions
RUN chown -R vitess:vitess /vt
USER vitess
# Build Vitess
RUN make build