diff --git a/.docker/images/nginx/Dockerfile b/.docker/images/nginx/Dockerfile index 80a2ce533..99f9580fa 100644 --- a/.docker/images/nginx/Dockerfile +++ b/.docker/images/nginx/Dockerfile @@ -10,7 +10,7 @@ RUN sed -i "s#__NGINX_ROOT_OLD;#$APP_CODE_PATH/old/public;#" /etc/nginx/conf.d/d COPY ./src/old/public /data/www/old/public COPY ./src/new/var/plugins/System /data/www/new/var/plugins/System COPY ./src/new/web /data/www/new/web -COPY ./src/new/vendor/nelmi[o]/api-doc-bundle/Resources/public /data/www/new/vendor/nelmio/api-doc-bundle/Resources/public +COPY ./src/new/vendo[r]/nelmio/api-doc-bundle/Resources/public /data/www/new/vendor/nelmio/api-doc-bundle/Resources/public FROM base as prod