add nixon image and build script

This commit is contained in:
hackish 2023-08-22 14:09:59 -07:00
parent 28f168108f
commit bcc5a81db9
3 changed files with 5 additions and 0 deletions

3
Dockerfile_nixon Normal file
View file

@ -0,0 +1,3 @@
FROM dnix/xmas-castro:latest
RUN mv /usr/src/app/src/static/img/nixon.png /usr/src/app/src/static/img/logo.png

2
build_images.sh Executable file
View file

@ -0,0 +1,2 @@
docker build -t dnix/xmas-castro:latest . && \
docker build -t dnix/xmas-nixon:latest -f Dockerfile_nixon .

BIN
src/static/img/nixon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB