frontend server port update

This commit is contained in:
2024-07-15 14:29:35 +02:00
parent e7c298ba46
commit 66e0c55110

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# Define the port
PORT=8080
PORT=443
# Check if the port is in use and release it if necessary.
echo "Checking if port $PORT is in use..."