Skip to content

Commit

Permalink
Correct "as" casing (#3216)
Browse files Browse the repository at this point in the history
* Correct "as" casing

* Remove "version" line from docker compose file

* Update docker-compose.yml

---------

Co-authored-by: Henry Heng <[email protected]>
  • Loading branch information
dillfrescott and HenryHengZJ authored Sep 19, 2024
1 parent 1219c2f commit 5742082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build stage
FROM node:20-alpine as build
FROM node:20-alpine AS build

USER root

Expand Down

0 comments on commit 5742082

Please sign in to comment.