1
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:
Rafael Diaz de Leon 2024-07-26 11:29:44 -07:00
parent b5d3bc441b
commit 05d3ad5706

View File

@ -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