diff --git a/Dockerfile b/Dockerfile index 2062765..90ee635 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ # Dockerfile for Astro webapp with NGINX and API for content management # Stage 1: Build the Astro application -FROM node:20-alpine AS build # Fixed 'as' to 'AS' +# Fixed 'as' to 'AS' in the following line +FROM node:20-alpine AS build WORKDIR /app