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