Skip to content

Commit 028c565

Browse files
committed
fix: syntax as to AS
1 parent 3750c83 commit 028c565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firefetch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.13.1-alpine as app
1+
FROM node:20.13.1-alpine AS app
22
WORKDIR /app
33
COPY package.json package-lock.json ./
44
RUN npm ci

0 commit comments

Comments
 (0)