From 7194aeaba70e2ba0d39d70d4375168398cf41a47 Mon Sep 17 00:00:00 2001 From: Jared Goodwin Date: Mon, 19 Apr 2021 13:31:59 -0700 Subject: [PATCH] Update Dockerfile --- Server/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Server/Dockerfile b/Server/Dockerfile index 8981467a..ac5ddd96 100644 --- a/Server/Dockerfile +++ b/Server/Dockerfile @@ -29,9 +29,7 @@ RUN \ unzip -o Remotely_Server_Linux-x64.zip -d /var/www/remotely && \ rm Remotely_Server_Linux-x64.zip && \ setfacl -R -m u:www-data:rwx /var/www/remotely && \ - chown -R www-data:www-data /var/www/remotely && \ - touch /var/www/remotely/Remotely.db && \ - cp /var/www/remotely/appsettings.json /var/www/remotely/appsettings.Production.json + chown -R www-data:www-data /var/www/remotely WORKDIR /var/www/remotely ENTRYPOINT ["/usr/bin/dotnet", "/var/www/remotely/Remotely_Server.dll"] \ No newline at end of file