change dockerfile

This commit is contained in:
luckysideburn
2024-12-21 17:11:40 +00:00
parent 278486a908
commit dacc1eb628
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ COPY kube-linter/kube-linter-parser.sh /opt/kube-linter-parser.sh
RUN chmod +x /opt/kube-linter-parser.sh
# Install KubeInvaders (html and js)
COPY html5/ /var/www/html
COPY html/ /var/www/html
# Configure Redis
COPY confs/redis/redis.conf /etc/redis/redis.conf

View File

@@ -33,7 +33,7 @@ COPY kube-linter/kube-linter-parser.sh /opt/kube-linter-parser.sh
RUN chmod +x /opt/kube-linter-parser.sh
# Install KubeInvaders (html and js)
COPY html5/ /var/www/html
COPY html/ /var/www/html
# Configure Redis
COPY confs/redis/redis.conf /etc/redis/redis.conf

View File

@@ -1,7 +1,7 @@
FROM 10.10.10.3:5000/local/kubeinvaders_base:develop
# Install KubeInvaders (html and js)
COPY html5/ /var/www/html
COPY html/ /var/www/html
# Configure Redis
COPY confs/redis/redis.conf /etc/redis/redis.conf