Skip to content

ebussieres/smashing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smashing

Run Smashing in a Docker container.

Link: salbob/smashing

Run

docker run -d -p 8080:3030 salbob/smashing

And point your browser to http://localhost:8080/.

Configuration

Custom smashing port

If you want smashing to use a custom port inside the container, e g 8080, use the environment variable $PORT:

docker run -d -e PORT=8080 -p 80:8080 salbob/smashing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published