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

install rsync

parent c73efbcf
No related branches found
No related tags found
1 merge request!134Resolve "Table with all PDB files, to make them available to download"
Pipeline #118360 passed with stages
in 7 minutes and 41 seconds
......@@ -76,7 +76,7 @@ RUN npm run generate
### STAGE: NGINX ###
FROM nginx:1.25-bookworm
# RUN rm -rf /usr/share/nginx/html/*
RUN apt update -y && apt install -y
RUN apt update -y && apt install rsync -y
COPY nginx.conf /etc/nginx/nginx.conf
COPY --from=generate /usr/src/app/.output/public /usr/share/nginx/html
# RUN chmod -R nginx:nginx /usr/share/nginx/html/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment