Skip to content

Commit

Permalink
plz
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjcollins committed Nov 28, 2018
1 parent 2f777c5 commit 1dc6612
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ apt-get update && \
apt-get install -y postgresql-client-10

# Create Craft project
RUN composer create-project craftcms/craft:dev-3.1 /usr/share/nginx/
RUN composer create-project craftcms/craft /usr/share/nginx/

RUN composer require craftcms/cms "^3.1.0-beta.1"

RUN composer update

Expand Down

0 comments on commit 1dc6612

Please sign in to comment.