Skip to content

Commit

Permalink
Fixing Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau committed Feb 27, 2019
1 parent ffc2c10 commit 4e08965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL description="Allows continuously publishing static pages from Git reposito

ARG IPFS_PUBLISH_CONFIG=/data/ipfs_publish/config.toml

RUN apt-get -y install git=2.19.1 \
RUN apt-get -y install git \
&& mkdir -p /data \
&& adduser --home /data --uid 1000 --disabled-password --ingroup users ipfs_publish \
&& chown ipfs_publish:users /data
Expand Down

0 comments on commit 4e08965

Please sign in to comment.