Skip to content
Snippets Groups Projects
Unverified Commit 223f02f2 authored by Janyk Steenbeek's avatar Janyk Steenbeek Committed by GitHub
Browse files

Update Dockerfile

parent 7f52503c
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,8 @@ RUN echo '<html><head><meta name="robots" content="noindex"></head><body><h1>Woo ...@@ -10,6 +10,8 @@ RUN echo '<html><head><meta name="robots" content="noindex"></head><body><h1>Woo
COPY .deployment/nginx.conf /etc/nginx/nginx.conf COPY .deployment/nginx.conf /etc/nginx/nginx.conf
COPY .deployment/php-opcache.ini /usr/local/etc/php/conf.d/opcache.ini COPY .deployment/php-opcache.ini /usr/local/etc/php/conf.d/opcache.ini
COPY .deployment/docker-php-memlimit.ini /usr/local/etc/php/conf.d/docker-php-memlimit.ini COPY .deployment/docker-php-memlimit.ini /usr/local/etc/php/conf.d/docker-php-memlimit.ini
COPY .deployment/startup.sh /startup.sh
RUN apk add --no-cache bind-tools \ RUN apk add --no-cache bind-tools \
&& ssh-keyscan github.com > /etc/ssh/ssh_known_hosts \ && ssh-keyscan github.com > /etc/ssh/ssh_known_hosts \
...@@ -24,4 +26,4 @@ RUN chown -R www-data: /app ...@@ -24,4 +26,4 @@ RUN chown -R www-data: /app
WORKDIR /app WORKDIR /app
EXPOSE 8888 EXPOSE 8888
CMD sh /app/.deployment/startup.sh CMD sh /startup.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment