8000 GitHub - cliche-niche/Exec
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cliche-niche/Exec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exec

Change pass in dockerfile, b.sh before use One Time Build Instruction :

cd backend
sudo docker build -t exec2:latest .

To Run Backend after build has completed

cd backend
sudo docker container run -u -0 -it -p 8080:8080 exec2:latest  /bin/sh  /Exec/b.sh

To Run Frontend

cd frontend/client
npm install
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 48.8%
  • JavaScript 30.9%
  • SCSS 11.7%
  • Java 8.4%
  • Other 0.2%
0