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:
Cross
2024-09-19 13:38:43 -04:00
committed by GitHub
parent 1219c2ff12
commit 57420826ed
+1 -1
View File
@@ -1,5 +1,5 @@
# Stage 1: Build stage
FROM node:20-alpine as build
FROM node:20-alpine AS build
USER root