mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 23:37:48 +01:00
fix dist being in the wrong place
This commit is contained in:
@@ -20,7 +20,8 @@ RUN rm -rfv frontend
|
|||||||
|
|
||||||
FROM backexceptwithoutfrontend
|
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 PORT=8080
|
||||||
#ENV TYPEORM_HOST=localhost
|
#ENV TYPEORM_HOST=localhost
|
||||||
|
|||||||
Reference in New Issue
Block a user