mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 10:41:32 +00:00
move Dockerfile
This commit is contained in:
@@ -18,13 +18,13 @@ RUN curl -sS https://getcomposer.org/installer | \
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# install composer dependencies
|
# install composer dependencies
|
||||||
COPY . /app
|
COPY statistics /app
|
||||||
|
|
||||||
RUN composer install
|
RUN composer install
|
||||||
|
|
||||||
COPY crontab /etc/cron.d/crontab
|
COPY statistics/crontab /etc/cron.d/crontab
|
||||||
|
|
||||||
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
COPY statistics/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||||
|
|
||||||
RUN chmod 0644 /etc/cron.d/crontab \
|
RUN chmod 0644 /etc/cron.d/crontab \
|
||||||
&& crontab /etc/cron.d/crontab \
|
&& crontab /etc/cron.d/crontab \
|
||||||
Reference in New Issue
Block a user