mirror of
https://github.com/xitanggg/open-resume
synced 2025-02-05 20:12:45 +01:00
fix: Correct casing for Dockerfile keywords
Updated the Dockerfile to ensure consistent casing for the 'FROM' and 'AS' keywords, resolving the FromAsCasing warning.
This commit is contained in:
parent
b5d3bc441b
commit
d1e3c76341
@ -1,4 +1,4 @@
|
||||
FROM node:18-alpine as builder
|
||||
FROM node:18-alpine AS builder
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN npm install --include=dev
|
||||
|
Loading…
Reference in New Issue
Block a user