Name change fix

This commit is contained in:
Rudi klein 2024-10-06 21:50:47 +02:00
parent 4a04d34ae2
commit 623fab2ff9

View File

@ -1,6 +1,6 @@
FROM registry.jetbrains.team/p/writerside/builder/writerside-builder:241.15989 as build
ARG INSTANCE=Writerside/KleinServer
ARG INSTANCE=Writerside/KleinDocs
RUN mkdir /opt/sources
@ -14,7 +14,7 @@ Xvfb :99 & \
WORKDIR /opt/wrs-output
RUN unzip webHelpKLEINSERVER2-all.zip -d /opt/wrs-output/unzipped-artifact
RUN unzip webHelpKLEINDOCS2-all.zip -d /opt/wrs-output/unzipped-artifact
FROM httpd:2.4 as http-server