Skip to content
Snippets Groups Projects
Commit bfa0dc8f authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

install rsync

parent 84931541
No related branches found
No related tags found
1 merge request!134Resolve "Table with all PDB files, to make them available to download"
Pipeline #118304 failed
This commit is part of merge request !134. Comments created here will be created in the context of that merge request.
......@@ -74,7 +74,9 @@ COPY . /usr/src/app
RUN npm run generate
### STAGE: NGINX ###
FROM nginxinc/nginx-unprivileged:1.25
FROM nginxinc/nginx-unprivileged:1.25-bookworm
RUN apt update -y && apt install rsync -y
# RUN rm -rf /usr/share/nginx/html/*
# COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=generate /usr/src/app/.output/public /etc/nginx/html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment