prettier spa controllers

This commit is contained in:
Stepan Usatiuk
2024-01-02 21:45:37 +01:00
parent d8583b6f42
commit 01a20644a9
5 changed files with 116 additions and 72 deletions

View File

@@ -21,6 +21,7 @@ RUN mkdir -p client/dist
COPY --from=client /usr/src/app/client/dist ./client/dist
ENV spring_profiles_active=prod
ENV webdatadir=/usr/src/app/client/dist/
COPY ./dockerentry.sh .