Docker updates

This commit is contained in:
Joey Kimsey
2024-08-14 17:41:15 -04:00
parent 156f19ee97
commit b6767ae846
11 changed files with 191 additions and 139 deletions

View File

@ -0,0 +1,19 @@
Build the image
```
docker build -t thetempusproject/ttp-apache:latest .
docker build --no-cache -t thetempusproject/ttp-apache:latest .
```
Set the proper tag for dockerhub
```
docker tag ttp-apache:latest thetempusproject/ttp-apache:latest
```
Run the image
```
docker run -d -p 80:80 thetempusproject/ttp-apache
```