use the old syntax

This commit is contained in:
Jakob Ketterl 2020-05-24 18:00:14 +02:00
parent a982c86794
commit d64f08490a
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ WORKDIR /opt/openwebrx
VOLUME /etc/openwebrx
CMD /opt/openwebrx/docker/scripts/run.sh
CMD [ "/opt/openwebrx/docker/scripts/run.sh" ]
EXPOSE 8073