Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Latest commit

 

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
sudo docker build -t customtest1 -f "DockerFile" .    # builds DockerFile into an image
sudo docker run -p 4000:80 customtest1:latest         # start app