We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since Docker can run on a LAN, LightScript would work just fine as a Microservice.
Dockerfile
ghcr.io
LightScript
Serve
Start
Stop
Container.init.ps1
Container.start.ps1
Container.stop.ps1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since Docker can run on a LAN, LightScript would work just fine as a Microservice.
Dockerfile
#123ghcr.io
#124LightScript
.Serve
should serve LightScript #125LightScript
.Start
should start a LightScript server #126LightScript
.Stop
should stop a LightScript server #127LightScript
should use aContainer.init.ps1
to initialize the container #142LightScript
Container.start.ps1
should be the entry point #143LightScript
Container.stop.ps1
should be the exit point #144The text was updated successfully, but these errors were encountered: