add nixon image and build script
This commit is contained in:
parent
28f168108f
commit
bcc5a81db9
3 changed files with 5 additions and 0 deletions
3
Dockerfile_nixon
Normal file
3
Dockerfile_nixon
Normal 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
2
build_images.sh
Executable 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
BIN
src/static/img/nixon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
Loading…
Reference in a new issue