Fix devcontainer

This commit is contained in:
Felipe Santos 2023-01-17 14:00:15 -03:00
parent 92e702a33c
commit 76fb367fd5

View File

@ -205,7 +205,7 @@ FROM deps AS devcontainer
# Do not start the actual Frigate service on devcontainer as it will be started by VSCode
# But start a fake service for simulating the logs
COPY docker/fake_frigate_run /etc/services.d/frigate/run
COPY docker/fake_frigate_run /etc/s6-overlay/s6-rc.d/frigate/run
# Install Node 16
RUN apt-get update \