From ee8a7412f42f1caa046fb2175cee386f1bd3f358 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Sun, 15 Jan 2023 15:32:25 +0100 Subject: [PATCH] fix dist being in the wrong place --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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