ci: Specify docker syntax
This commit is contained in:
parent
6090a9d12e
commit
ef52b8f1f0
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue