ci: Specify docker syntax
This commit is contained in:
		
							parent
							
								
									2371196cc4
								
							
						
					
					
						commit
						05d308c0f8
					
				
					 2 changed files with 4 additions and 0 deletions
				
			
		|  | @ -1,3 +1,5 @@ | ||||||
|  | #syntax=docker/dockerfile:1.7-labs | ||||||
|  | 
 | ||||||
| FROM node:22 AS build-stage | FROM node:22 AS build-stage | ||||||
| 
 | 
 | ||||||
| WORKDIR /app/dwengo | WORKDIR /app/dwengo | ||||||
|  |  | ||||||
|  | @ -1,3 +1,5 @@ | ||||||
|  | #syntax=docker/dockerfile:1.7-labs | ||||||
|  | 
 | ||||||
| FROM node:22 AS build-stage | FROM node:22 AS build-stage | ||||||
| 
 | 
 | ||||||
| # install simple http server for serving static content | # install simple http server for serving static content | ||||||
|  |  | ||||||
		Reference in a new issue