Skip to content

Commit

Permalink
change dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky-sideburn committed Dec 21, 2024
1 parent 278486a commit dacc1eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_full
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_redux
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit dacc1eb

Please sign in to comment.