This commit is contained in:
Donal McBreen
2023-09-07 15:07:43 +01:00
parent aa9999809c
commit c122f97181
9 changed files with 152 additions and 21 deletions

View File

@@ -4,4 +4,5 @@ COPY default.conf /etc/nginx/conf.d/default.conf
ARG COMMIT_SHA
RUN echo $COMMIT_SHA > /usr/share/nginx/html/version
RUN mkdir -p /usr/share/nginx/html/versions && echo "version" > /usr/share/nginx/html/versions/$COMMIT_SHA