2024-04-19 15:51:44 +03:00
..
2024-04-19 15:51:44 +03:00
2022-12-06 04:00:08 +03:00
2022-12-06 04:00:08 +03:00
2024-04-18 13:17:59 +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