Skip to content

Commit

Permalink
Create files for mounting.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Apr 19, 2021
1 parent 8a1b8f2 commit 5c8cf11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ 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
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

WORKDIR /var/www/remotely
ENTRYPOINT ["/usr/bin/dotnet", "/var/www/remotely/Remotely_Server.dll"]

0 comments on commit 5c8cf11

Please sign in to comment.