Skip to content

Commit b0bd342

Browse files
authored
Merge pull request #326 from gsteel/Fix-As-Casing
Fix `AS` keyword casing in Dockerfile
2 parents 0f1be7a + 1c85e9a commit b0bd342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:21.7.3-alpine as compiler
1+
FROM node:21.7.3-alpine AS compiler
22

33
RUN mkdir -p /usr/local/source
44
WORKDIR /usr/local/source

0 commit comments

Comments
 (0)