1
0
Fork
You've already forked nginx-cat
0
No description
  • Dockerfile 100%
2025年11月30日 18:34:20 -08:00
static Initial commit to build a dockerfile that serves a cat picture 2025年11月30日 18:16:39 -08:00
Dockerfile Initial commit to build a dockerfile that serves a cat picture 2025年11月30日 18:16:39 -08:00
README.md Add usage instructions to README 2025年11月30日 18:34:20 -08:00

nginx-cat

Serves cat.png via nginx

To build and run:

$ docker build . -t nginx-cat:v0
$ docker run -p 8080:80 nginx-cat:v0

Then navigate to http://localhost:8080/cat.png in your browser to view.