svg
This commit is contained in:
14
src/schedule-2.0/misc/docker/Dockerfile
Normal file
14
src/schedule-2.0/misc/docker/Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
FROM reg.cadoles.com/envole/nineapache:7.4
|
||||
COPY ./misc/docker/apache.conf /etc/apache2/conf.d/zapp.conf
|
||||
|
||||
RUN touch ~/.bashrc
|
||||
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
|
||||
|
||||
RUN composer self-update --1
|
||||
|
||||
RUN echo "* * * * * /app/bin/console app:Cron --env=prod" >> /var/spool/cron/crontabs/root
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
CMD /app/misc/script/reconfigure.sh && /etc/apache2/apache2.sh
|
Reference in New Issue
Block a user