add docker, deploy

This commit is contained in:
Alex Bezdieniezhnykh
2024-11-14 16:12:06 +02:00
parent 4445fcd673
commit 2244edd2ed
15 changed files with 215 additions and 29 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
sudo -s
apt -y update
apt -y upgrade
apt install -y dotnet-sdk-8.0 aspnetcore-runtime-8.0
apt install -y zlib1g nodejs npm