fix dist being in the wrong place

This commit is contained in:
2023-01-15 15:32:25 +01:00
parent b6a775ce5f
commit ee8a7412f4

View File

@@ -20,7 +20,8 @@ RUN rm -rfv frontend
FROM backexceptwithoutfrontend
COPY --from=frontbuild /usr/src/app/frontend .
WORKDIR /usr/src/app
COPY --from=frontbuild /usr/src/app/frontend ./frontend
#ENV PORT=8080
#ENV TYPEORM_HOST=localhost