diff --git a/docker/Dockerfile b/docker/Dockerfile index b68e9d72..3b848103 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -13,6 +13,7 @@ COPY backend/package*.json ./ RUN npm install COPY backend/ . +# Configure nginx FROM nginx:alpine RUN apk add --no-cache nodejs npm