diff --git a/Dockerfile b/Dockerfile index c368f04..a778676 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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