Files
thetempusproject/docker/ttp-apache
2024-08-15 12:30:10 -04:00
..
2024-08-15 12:30:10 -04:00
2024-08-15 12:30:10 -04:00

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