diff --git a/Dockerfile b/Dockerfile index a520235fa9a5f74c3584d158d1c68fdf2b653092..915270f7c7368669c268588d668b7d26f87f2a0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ RUN npm install -g n RUN n stable RUN curl -o- -L https://yarnpkg.com/install.sh | bash RUN export PATH="$HOME/.yarn/bin:$PATH" -RUN yarn install +RUN yarn install --ignore-engines RUN yarn encore dev EXPOSE 8000/tcp