mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 22:06:33 +00:00
add docker, deploy
This commit is contained in:
Vendored
+8
@@ -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
|
||||
Reference in New Issue
Block a user