Fix path.

This commit is contained in:
Jared Goodwin 2021-04-18 13:03:44 -07:00
parent 6a0cb369ac
commit 3dc1d2cf45

View File

@ -32,4 +32,4 @@ RUN \
chown -R www-data:www-data /var/www/remotely
WORKDIR /var/www/remotely
ENTRYPOINT ["usr/bin/dotnet", "/var/www/remotely/Remotely_Server.dll"]
ENTRYPOINT ["/usr/bin/dotnet", "/var/www/remotely/Remotely_Server.dll"]