Skip to content

01founders-crack/forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forum

DOCKER;

Building your project:

if you are using linux;

sudo systemctl start docker
#and dont forgot to stop when you finish
sudo systemctl stop docker

insert data to db

sqlite3 forum.db < sql_queries/init_categories.sql
docker build -t forum-dockerize:latest .

Showing images:

docker images

To run:

docker run --name forum-dockerize -p 8080:8080 forum-dockerize:latest

To remove:

docker rm forum-dockerize

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •