File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,11 +87,11 @@ RUN set -eux; \
8787
8888COPY --chown=www-data:www-data / /api
8989
90- RUN rm -rf storage/app/api/scunpacked-data
91- RUN git clone https://github.com/StarCitizenWiki/scunpacked-data --branch=master --depth=1 storage/app/api/scunpacked-data
90+ # RUN rm -rf storage/app/api/scunpacked-data
91+ # RUN git clone https://github.com/StarCitizenWiki/scunpacked-data --branch=master --depth=1 storage/app/api/scunpacked-data
9292
93- RUN rm -rf storage/app/api/ScToolBoxLocales
94- RUN git clone https://github.com/StarCitizenToolBox/LocalizationData --branch=main --depth=1 storage/app/api/ScToolBoxLocales
93+ # RUN rm -rf storage/app/api/ScToolBoxLocales
94+ # RUN git clone https://github.com/StarCitizenToolBox/LocalizationData --branch=main --depth=1 storage/app/api/ScToolBoxLocales
9595
9696RUN /usr/bin/composer dump-autoload --optimize --classmap-authoritative
9797
You can’t perform that action at this time.
0 commit comments