mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 15:27:49 +01:00
fix dist being in the wrong place
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user