generated from Templates/html-nginx-deployment
Fixed incorrect mapped port.
Some checks failed
Home Cluster Builds/wedding-page/pipeline/head There was a failure building this commit
Some checks failed
Home Cluster Builds/wedding-page/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
FROM 192.168.195.195:30001/nginx:latest
|
||||
FROM 192.168.195.195:30000/nginx:latest
|
||||
|
||||
COPY html /usr/share/nginx/html
|
||||
@@ -1,3 +1,3 @@
|
||||
FROM 192.168.195.195:30001/nginx:latest
|
||||
FROM 192.168.195.195:30000/nginx:latest
|
||||
|
||||
COPY html /usr/share/nginx/html
|
||||
@@ -1,3 +1,3 @@
|
||||
FROM 192.168.195.195:30001/nginx:latest
|
||||
FROM 192.168.195.195:30000/nginx:latest
|
||||
|
||||
COPY html /usr/share/nginx/html
|
||||
Reference in New Issue
Block a user