Created
January 22, 2019 17:43
-
-
Save dasl-/405ed09cb03fdd825a27530cc248ff11 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM vitess/bootstrap:percona | |
# Re-copy sources from working tree | |
USER root | |
# COPY . /vt/src/vitess.io/vitess | |
# # Fix permissions | |
# RUN chown -R vitess:vitess /vt | |
# USER vitess | |
# # Build Vitess | |
# RUN make build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment