Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
bug 1352232: Docker is now preferred to Vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitlock committed May 12, 2017
1 parent ab2c939 commit 3461422
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
# This is a work in progress.
#
# The preferred way to set up development is still using Vagrant as documented here:
# https://kuma.readthedocs.io/en/latest/installation.html

FROM quay.io/mozmar/kuma_base:latest
COPY . /app
# the following is needed until the --user flag is added to COPY
# see https://github.com/docker/docker/pull/28499
# see https://github.com/moby/moby/issues/30110
USER root
RUN chown -R kuma /app
USER kuma
Expand Down

0 comments on commit 3461422

Please sign in to comment.