mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-01-11 15:03:23 -05:00
don't flatten UI directory
my previous COPY was doing this accidentally, breaking the favicons.
This commit is contained in:
parent
c77acf3c47
commit
adcfc5e5f0
@ -64,7 +64,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||
moonfire-nvr && \
|
||||
ln -s moonfire-nvr /usr/local/bin/nvr
|
||||
COPY --from=build-server /var/lib/moonfire-nvr/moonfire-nvr /usr/local/bin/moonfire-nvr
|
||||
COPY --from=build-webpack /var/lib/moonfire-nvr/ui-dist/* /usr/local/lib/moonfire-nvr/ui
|
||||
COPY --from=build-webpack /var/lib/moonfire-nvr/ui-dist /usr/local/lib/moonfire-nvr/ui
|
||||
|
||||
USER moonfire-nvr:moonfire-nvr
|
||||
WORKDIR /var/lib/moonfire-nvr
|
||||
|
Loading…
Reference in New Issue
Block a user