forked from science-ation/science-ation
Remove production steps
This commit is contained in:
parent
7c800a69fb
commit
29db808348
@ -6,6 +6,3 @@ RUN a2enmod ssl && a2enmod rewrite
|
|||||||
|
|
||||||
# Built-in tool for adding modules
|
# Built-in tool for adding modules
|
||||||
RUN docker-php-ext-install pdo pdo_mysql
|
RUN docker-php-ext-install pdo pdo_mysql
|
||||||
|
|
||||||
RUN chmod u+s,g+s /var/www/html/
|
|
||||||
RUN chown -R www-data:www-data /var/www/html/
|
|
||||||
|
@ -3,8 +3,6 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
volumes:
|
|
||||||
- ./sfiab:/var/www/html/sfiab:rw
|
|
||||||
ports:
|
ports:
|
||||||
- 8085:80
|
- 8085:80
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user