3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Change mode of docker-entrypoint.sh to 755 in repo instead of using chown in Dockerfile.

This commit is contained in:
AlMaVizca 2023-10-18 11:31:39 -04:00 committed by Michael Stenta
parent bd85806f5b
commit 3ffeabf862
2 changed files with 0 additions and 1 deletions

View file

@ -78,6 +78,5 @@ RUN mkdir /var/farmOS \
# Set the entrypoint.
COPY docker-entrypoint.sh /usr/local/bin/
RUN chmod u+x /usr/local/bin/docker-entrypoint.sh
ENTRYPOINT ["docker-entrypoint.sh"]
CMD ["apache2-foreground"]

0
docker/docker-entrypoint.sh Normal file → Executable file
View file