Skip to content

Commit

Permalink
Merge pull request #22 from EMachin3/master
Browse files Browse the repository at this point in the history
Add check_auth.py to Docker container
  • Loading branch information
echarlie authored Feb 12, 2024
2 parents c9d32cc + 07b7f12 commit 8290cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN usermod -aG audio daemon \
&& install -d -m 0755 -o daemon -g daemon /opt/johnny-six \
&& usermod -d /opt/johnny-six daemon

COPY get_track.py radio.liq wuvt.liq /usr/src/app/
COPY get_track.py radio.liq wuvt.liq check_auth.py /usr/src/app/
COPY config_docker.liq /usr/src/app/config.liq

WORKDIR /usr/src/app
Expand Down

0 comments on commit 8290cd5

Please sign in to comment.