Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Test repository to test the continuous integration and deployment system.

Notifications You must be signed in to change notification settings

Aeolus-Framework/HelloWorld

Repository files navigation

Build Status Node test

Build docker image.

docker build . -t aeolus/hello-world

Run a docker container with the newly built image and link the external port 49160 to container port 8080.

docker run -p 5500:8080 -d aeolus/hello-world

To automatically start the container when docker is started unless the container was manually stopped add --restart unless-stopped.

docker run -p 5500:8080 -d --restart unless-stopped aeolus/hello-world

About

Test repository to test the continuous integration and deployment system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published