Skip to content

Commit

Permalink
Fix WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeDTomita committed Jul 7, 2024
1 parent 805d339 commit a62fa2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Image
FROM node:20 as build
FROM node:20 AS build
WORKDIR /app
COPY . .
RUN npm install && npm run build
Expand Down

0 comments on commit a62fa2c

Please sign in to comment.