0
1
Fork 0

Dockerfile fixes

This commit is contained in:
Juan Ferrer 2020-01-22 19:51:37 +01:00
parent b7ce16b034
commit ad57c0d377
3 changed files with 2 additions and 4 deletions

View File

@ -38,6 +38,4 @@ RUN apt-get update \
&& apt-get install -y hedera-web \
&& rm -rf /var/lib/apt/lists/*
COPY config.my.php /etc/hedera-web/
CMD ["apachectl", "-D", "FOREGROUND"]

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.406.91) stable; urgency=low
hedera-web (1.406.92) stable; urgency=low
* Initial Release.

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.406.91",
"version": "1.406.92",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {