mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Create files for mounting.
This commit is contained in:
parent
f449c8e503
commit
1a4657aba9
@ -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"]
|
||||
Loading…
Reference in New Issue
Block a user