https://github.com/nginx/docker-nginx-unprivileged/issues/302
This commit is contained in:
parent
d7e4ef8c1a
commit
a673910c9d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ RUN npm run build
|
|||
|
||||
FROM git.swablab.de/swablab/documents AS documents
|
||||
|
||||
FROM docker.io/nginxinc/nginx-unprivileged
|
||||
FROM docker.io/nginxinc/nginx-unprivileged:1.27.4
|
||||
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
||||
COPY --from=build /app/dist /usr/share/nginx/html
|
||||
COPY --from=documents / /usr/share/nginx/html/docs
|
Loading…
Add table
Reference in a new issue