Correct "as" casing (#3216)
* Correct "as" casing * Remove "version" line from docker compose file * Update docker-compose.yml --------- Co-authored-by: Henry Heng <henryheng@flowiseai.com>
This commit is contained in:
parent
1219c2ff12
commit
57420826ed
|
|
@ -1,5 +1,5 @@
|
||||||
# Stage 1: Build stage
|
# Stage 1: Build stage
|
||||||
FROM node:20-alpine as build
|
FROM node:20-alpine AS build
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue