still forgotten file

This commit is contained in:
2021-11-26 17:09:21 +01:00
parent 19ac14758a
commit dad53719a0

View File

@ -6,7 +6,7 @@ RUN mkdir /tmp/work && chown 1000 /tmp/work
COPY openapi.yaml /tmp/work
COPY generateAll.sh /tmp/work
COPY ENV /tmp/work
COPY regular.cs.tmpl /tmp/work
COPY *.cs.tmpl /tmp/work
COPY generate.py /tmp/work
COPY generateHelper.py /tmp/work