Skip to content

Commit

Permalink
Fix portainer Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tarnfeld committed Sep 10, 2015
1 parent b0804f3 commit 1a5241c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y build-essential git python-setuptools p
RUN useradd portainer

# Install the portainer source code
ADD ../ /opt/portainer
ADD ./ /opt/portainer

# Setup the python virtualenv
RUN chown -R portainer: /opt/portainer
Expand Down

0 comments on commit 1a5241c

Please sign in to comment.