mirror of
https://github.com/xitanggg/open-resume
synced 2024-11-03 09:19:21 +01:00
Fix Docker warning for different case
Change caseing of AS to match the case for FROM and remove Docker warning.
This commit is contained in:
parent
b5d3bc441b
commit
05d3ad5706
@ -1,4 +1,4 @@
|
|||||||
FROM node:18-alpine as builder
|
FROM node:18-alpine AS builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm install --include=dev
|
RUN npm install --include=dev
|
||||||
|
Loading…
Reference in New Issue
Block a user