Skip to content

Commit 5742082

Browse files
Correct "as" casing (#3216)
* Correct "as" casing * Remove "version" line from docker compose file * Update docker-compose.yml --------- Co-authored-by: Henry Heng <[email protected]>
1 parent 1219c2f commit 5742082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build stage
2-
FROM node:20-alpine as build
2+
FROM node:20-alpine AS build
33

44
USER root
55

0 commit comments

Comments
 (0)