From 456795147f9bc02b714e06eaf36ea1453625caf7 Mon Sep 17 00:00:00 2001 From: Anderson T Date: Thu, 18 Apr 2024 00:35:12 -0700 Subject: [PATCH] why does that break the build??? --- frontend/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index c95ca51..c574acc 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,5 +1,5 @@ # Build step to leave behind any building artifacts / etc -FROM node:21-alpine AS build +FROM node:21-alpine AS builder USER node WORKDIR /app @@ -25,4 +25,4 @@ ENV APIURL=${APIURL} ENV APIKEY=${APIKEY} # Running the app -CMD [ "yarn", "start" ] +CMD [ "yarn", "start" ] \ No newline at end of file