Skip to content

Commit

Permalink
router: fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Mar 3, 2025
1 parent bb7f2a0 commit df3a3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/docker/router/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ARG SCRYPTED_INSTALL_VERSION="latest"
RUN test -n "$SCRYPTED_INSTALL_VERSION"
RUN npx -y scrypted@latest install-server ${SCRYPTED_INSTALL_VERSION}

COPY scrypted-dhcp-watch.service /etc/systemd/system/scrypted-dhcp-watcher.service
COPY scrypted-dhcp-watcher.service /etc/systemd/system/scrypted-dhcp-watcher.service
RUN systemctl enable scrypted-dhcp-watcher

COPY scrypted.service /etc/systemd/system/scrypted.service
Expand Down

0 comments on commit df3a3d2

Please # to comment.