Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiaqi Liu committed Dec 4, 2019
1 parent 427b9ed commit c2b2814
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 @@ -19,7 +19,7 @@ RUN python -m pip install --upgrade pip \

RUN mkdir -p /var/www/peregrine \
&& mkdir /run/ngnix/ \
&& chown www-data /var/www/peregrine
&& chown nginx /var/www/peregrine

EXPOSE 80

Expand Down

0 comments on commit c2b2814

Please sign in to comment.