mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-02-14 09:39:56 +00:00
change dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user