Skip to content

Commit

Permalink
Fix #11
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 committed Aug 3, 2018
1 parent 3b77d7f commit dad83e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Drupal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ RUN wget --no-check-certificate https://drupal.org/files/drupal.pgsql-bytea.27.p
# Add custom modules dicrectory
RUN ln -s /var/www/html/sites/all/modules/custom /modules

# Set files directory permissions
RUN chown -R apache:apache /var/www/html/sites/default/files

# Expose http and psql port
EXPOSE 80 5432

Expand Down

0 comments on commit dad83e1

Please sign in to comment.