Skip to content

Commit 2b2eefc

Browse files
authored
🚨 Fix Docker build warning (#1283)
1 parent 1b5dd13 commit 2b2eefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 0, "build-stage", based on Node.js, to build and compile the frontend
2-
FROM node:20 as build-stage
2+
FROM node:20 AS build-stage
33

44
WORKDIR /app
55

0 commit comments

Comments
 (0)