more fix
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
stryan 2024-09-04 21:42:58 -04:00
parent fbcfe8f48a
commit 33a0065d08

View File

@ -3,7 +3,7 @@ WORKDIR /srv
COPY . . COPY . .
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
RUN pip install . RUN pip install .
RUN --mount=type=secret,id=pack_config ./create_packs.sh RUN --mount=type=secret,id=config_json ./create_packs.sh
FROM nginx:alpine FROM nginx:alpine
COPY --from=0 /srv/web /usr/share/nginx/html COPY --from=0 /srv/web /usr/share/nginx/html