mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-17 18:44:42 -04:00
chore: add syntax
parser directive to Dockerfile (#1271)
This commit is contained in:
parent
968d5ad72f
commit
59b284ed6d
6 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
# Using cargo-chef to manage Rust build cache effectively
|
||||
FROM lukemathwalker/cargo-chef:latest-rust-1.81 as chef
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
# User should build from parent directory
|
||||
|
||||
FROM lukemathwalker/cargo-chef:latest-rust-1.81 as chef
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
FROM golang as base
|
||||
WORKDIR /go/src/supabase
|
||||
RUN git clone https://github.com/supabase/auth.git --depth 1 --branch v2.159.1
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
FROM node:20.12.0 AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
# Using cargo-chef to manage Rust build cache effectively
|
||||
FROM lukemathwalker/cargo-chef:latest-rust-1.81 as chef
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
FROM lukemathwalker/cargo-chef:latest-rust-1.81 as chef
|
||||
|
||||
# Set the initial working directory
|
||||
|
|
Loading…
Add table
Reference in a new issue