Skip to content

For running WebDSL applications inside a Docker Container

Notifications You must be signed in to change notification settings

maxdekrieger/webdsl-dockerized-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebDSL Dockerized Apps

For running WebDSL applications inside a Docker Container

Setup

Copy the source code of the WebDSL application to src/

Running the app

./run.sh <name-of-main-file>
# Example: ./run.sh GamePanel

After the Docker image is built and the container has started, the app should be available at localhost:8081/<name-of-main-file>.

Reindexing

./reindex.sh <name-of-main-file>
# Example: ./reindex.sh GamePanel

Press enter if it prompts you for amount of memory.

About

For running WebDSL applications inside a Docker Container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published