Skip to content

b247/emgtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

emgTest WebApp

How to run:

1.Clone the project and cd into the project root (cd emgtest);

2.Build and start the container *

$ docker build -f docker/Dockerfile -t emgtest -c 2 -m 0.6g --memory-swap 2g .

$ docker run --rm -p 8080:80 emgtest

3.access localhost:8080 from the browser.

*Alternative, if docker is not available, you can start a php7.4 webserver within the project /app folder (cd app)

$ php -S localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published