Skip to content

Commit 648b6a6

Browse files
committed
Fix typo in dockerfile
1 parent 6bcb6b2 commit 648b6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.frontend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
######################################
22
## build image
3-
FROM node:20-slim as build
3+
FROM node:20-slim AS build
44
WORKDIR /var/www/html
55
COPY client/ /var/www/html/
66
RUN yarn install

0 commit comments

Comments
 (0)