mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-30 23:41:08 -05:00
point to new location
This commit is contained in:
parent
9042f9d960
commit
66e05d5934
@ -1,8 +1,8 @@
|
|||||||
FROM php:7.0-apache
|
FROM php:7.0-apache
|
||||||
COPY htdocs /var/www/html
|
COPY htdocs /var/www/html
|
||||||
COPY htdocs/application/config/stikked.php.dist /var/www/html/application/config/stikked.php
|
COPY htdocs/application/config/stikked.php.dist /var/www/html/application/config/stikked.php
|
||||||
COPY replace-envvars.sh /bin/
|
COPY docker/replace-envvars.sh /bin/
|
||||||
COPY docker-php-entrypoint /usr/local/bin/
|
COPY docker/docker-php-entrypoint /usr/local/bin/
|
||||||
RUN chmod +x /usr/local/bin/docker-php-entrypoint
|
RUN chmod +x /usr/local/bin/docker-php-entrypoint
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
@ -16,7 +16,7 @@ services:
|
|||||||
- db
|
- db
|
||||||
image: stikked
|
image: stikked
|
||||||
env_file:
|
env_file:
|
||||||
stikked-envvars.txt
|
docker/stikked-envvars.txt
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user