Skip to content

Commit

Permalink
Fix Docker warning w.r.t. to upper/lower case keywords in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed Oct 25, 2024
1 parent 3749047 commit 229acdd
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
Expand Up @@ -13,7 +13,7 @@ RUN npm install --legacy-peer-deps

# BUILD STAGE
# run NPM build
FROM dependencies as build
FROM dependencies AS build
# If an app is supposed to be deployed in a subdir, this is the place to specify that
# Make sure that React app is built using the right path context
COPY . .
Expand Down

0 comments on commit 229acdd

Please sign in to comment.