Skip to content
Snippets Groups Projects
Commit 994d419c authored by Cyril L'Orphelin's avatar Cyril L'Orphelin
Browse files

Update Dockerfile

parent 2df4c229
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y \
unzip \
nodejs \
npm \
nginx \
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
&& docker-php-ext-install -j$(nproc) gd
......@@ -43,9 +44,6 @@ RUN curl -o- -L https://yarnpkg.com/install.sh | bash
RUN $HOME/.yarn/bin/yarn install --ignore-engines
RUN $HOME/.yarn/bin/yarn encore dev
## Add nginx
RUN apk add --update --no-cache nginx
COPY nginx.conf /etc/nginx/
COPY symfony.conf /etc/nginx/conf.d/
......
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