fixes
This commit is contained in:
@ -4,6 +4,7 @@ FROM python:3.10.0-bullseye AS stage1-builder
|
||||
RUN mkdir /tmp/work && chown 1000 /tmp/work
|
||||
|
||||
COPY openapi.yaml /tmp/work/
|
||||
COPY serviceErrorCodes.yaml /tmp/work/
|
||||
COPY generateAll.sh /tmp/work/
|
||||
COPY ENV /tmp/work/
|
||||
COPY *.cs.tmpl /tmp/work/
|
||||
@ -30,7 +31,6 @@ RUN mkdir /tmp/work && chown 1000 /tmp/work
|
||||
USER 1000
|
||||
|
||||
COPY openapi.yaml /tmp/work/
|
||||
COPY serviceErrorCodes.yaml /tmp/work/
|
||||
COPY generateAll.sh /tmp/work/
|
||||
COPY ENV /tmp/work/
|
||||
COPY DbService.cs /tmp/work/
|
||||
|
Reference in New Issue
Block a user