Dockerfile: fix as casing

This commit is contained in:
Suchin Sapphasitthatha 2025-02-04 09:10:11 +00:00
parent 213ff718cb
commit e1803d1c97

View file

@ -1,6 +1,6 @@
# docker build . -t docker.frappet.com/demo/fe:latest
# Build Stage
FROM node:20-alpine as build-stage
FROM node:20-alpine AS build-stage
WORKDIR /app
COPY package*.json ./
RUN npm install