We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13da303 commit 12df601Copy full SHA for 12df601
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# Stage 1: Build Vue app
2
-FROM node:24-alpine as build-stage
+FROM node:24-alpine AS build-stage
3
WORKDIR /app/frontend
4
5
COPY frontend/package*.json ./
0 commit comments