File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ RUN set -eux; \
88
88
COPY --chown=www-data:www-data / /api
89
89
90
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
91
+ # RUN git clone https://github.com/StarCitizenWiki/scunpacked-data --branch=master --depth=1 storage/app/api/scunpacked-data
92
92
93
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
94
+ # RUN git clone https://github.com/StarCitizenToolBox/LocalizationData --branch=main --depth=1 storage/app/api/ScToolBoxLocales
95
95
96
96
RUN /usr/bin/composer dump-autoload --optimize --classmap-authoritative
97
97
You can’t perform that action at this time.
0 commit comments