Skip to content

Commit

Permalink
Lint fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbjeldbak committed Nov 28, 2023
1 parent 14e3328 commit b0258be
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 @@ -28,7 +28,7 @@ RUN apt-get update \
&& mv acestream /opt/acestream \
&& pushd /opt/acestream || exit \
&& bash ./install_dependencies.sh \
&& popd
&& popd || exit


EXPOSE 6878/tcp
Expand Down

0 comments on commit b0258be

Please sign in to comment.