File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 3434 nginx: start
3535env_file: ./magic.env
3636
37+ platform: linux/x86_64
38+
3739http:
3840 # Requests to this path will be forwarded to your service.
3941 # To match all requests you can use the "/" path.
@@ -48,12 +50,12 @@ cpu: 256
4850memory: 512
4951# Number of tasks that should be running in your service.
5052count: 1
51-
5253sidecars:
5354 nginx:
5455 port: 80
5556 image:
56- build: nginx/Dockerfile
57+ build: nginx/Dockerfile
58+ context: ./nginx
5759 variables:
5860 NGINX_PORT: 80
5961 env_file: ./magic.env
@@ -157,10 +159,10 @@ var _ = Describe("sidecars flow", func() {
157159 )
158160 BeforeAll (func () {
159161 _ , svcInitErr = cli .SvcInit (& client.SvcInitRequest {
160- Name : svcName ,
161- SvcType : "Load Balanced Web Service" ,
162- Dockerfile : "./hello/Dockerfile" ,
163- SvcPort : "3000" ,
162+ Name : svcName ,
163+ SvcType : "Load Balanced Web Service" ,
164+ Image : mainImageURI ,
165+ SvcPort : "3000" ,
164166 })
165167 })
166168
You can’t perform that action at this time.
0 commit comments