more fix
This commit is contained in:
parent
063fe28224
commit
3d09db348d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user