Merge branch 'main' into release

This commit is contained in:
Josh Ashton
2024-11-06 19:27:01 -07:00
committed by GitHub
5 changed files with 7 additions and 99 deletions
+1 -6
View File
@@ -5,10 +5,5 @@ sudo docker rm -f security-layer
# Build the Docker image.
sudo docker build --tag security-layer:latest .
<<<<<<< HEAD
# Create a Docker container from the image and connect host port 1111 to container port 1111, and 1114 to 1114.
sudo docker run --name security-layer -d -p 1111:1111 -p 1114:1114 security-layer:latest
=======
# Create a Docker container from the image and connect host port 8000 to container port 8000.
sudo docker run --name security-layer -d -p 8000:8000 security-layer:latest
>>>>>>> 8e9b82829bebbb9a096236b505c2e8a17b8a9403
sudo docker run --name security-layer -d -p 1111:1111 -p 1114:1114 security-layer:latest