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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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