gitea-image-forge/org/alt/unit
2022-12-06 04:00:08 +03:00
..
Dockerfile.template Allow to add other organizations 2022-12-06 04:00:08 +03:00
entrypoint.sh Allow to add other organizations 2022-12-06 04:00:08 +03:00
README.md Allow to add other organizations 2022-12-06 04:00:08 +03:00

dockerfiles-alt-unit

ALT dockerfile for unit.

Copy Dockerfile somewhere and build the image: $ docker build --rm -t <username>/unit .

And launch the unit container: docker run -it -p 80:80 <username>/unit

It could be test via: curl localhost:80