merge new tools #244

Merged
widlam merged 55 commits from master into release 2023-09-05 11:15:22 +02:00
Showing only changes of commit 0c9b1f70e6 - Show all commits

View File

@@ -16,9 +16,5 @@ ENV TZ Europe/Warsaw
COPY --from=build-stage /app/dist /usr/share/nginx/html
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
RUN mkdir -p /scripts
COPY insert_version.sh /scripts/
WORKDIR /scripts
EXPOSE 80
EXPOSE 443