Skip to content

Commit 12df601

Browse files
committed
Fix Dockerfile style
1 parent 13da303 commit 12df601

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build Vue app
2-
FROM node:24-alpine as build-stage
2+
FROM node:24-alpine AS build-stage
33
WORKDIR /app/frontend
44

55
COPY frontend/package*.json ./

0 commit comments

Comments
 (0)