There was an error while loading. Please reload this page.
2 parents 41b5a14 + 631960e commit a1dafd1Copy full SHA for a1dafd1
1 file changed
Dockerfile
@@ -2,7 +2,7 @@ FROM orthanc2/pelican:pelican-4.12_python-3.14
2
COPY . /work/
3
RUN pelican content -o output -s publishconf.py
4
5
-FROM nginx:1.30.3-alpine-slim
+FROM nginx:1.30.4-alpine-slim
6
LABEL maintainer="elrido@gmx.net"
7
WORKDIR /srv
8
COPY --from=0 /work/output/ /usr/share/nginx/html/
0 commit comments