This commit is contained in:
parent
fbcfe8f48a
commit
33a0065d08
@ -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…
Reference in New Issue
Block a user