Skip to content

Commit

Permalink
Merge pull request #326 from gsteel/Fix-As-Casing
Browse files Browse the repository at this point in the history
Fix `AS` keyword casing in Dockerfile
  • Loading branch information
gsteel authored Dec 9, 2024
2 parents 0f1be7a + 1c85e9a commit b0bd342
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,4 +1,4 @@
FROM node:21.7.3-alpine as compiler
FROM node:21.7.3-alpine AS compiler

RUN mkdir -p /usr/local/source
WORKDIR /usr/local/source
Expand Down

0 comments on commit b0bd342

Please sign in to comment.