Skip to content

Commit

Permalink
Merge pull request #45 from RyosukeDTomita/bug/WARN-FromAsCasing
Browse files Browse the repository at this point in the history
Fix WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match
  • Loading branch information
RyosukeDTomita authored Jul 7, 2024
2 parents 805d339 + a62fa2c commit 0b4f2e8
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 0b4f2e8

Please sign in to comment.