Merge pull request #464 from erdnax123/erdnax123-patch-2

fix warnings: - FromAsCasing: 'as' and 'FROM' keywords' casing do not…
This commit is contained in:
David Soria Parra
2025-01-15 09:34:07 +00:00
committed by GitHub
13 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
FROM node:22.12-alpine as builder
FROM node:22.12-alpine AS builder
# Must be entire project because `prepare` script is run during `npm install` and requires all files.
COPY src/github /app