diff --git a/frontend/Dockerfile b/frontend/Dockerfile index ef827e2..55179a5 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,9 +1,9 @@ # Etap 1: Build Vue FROM node:20 AS build WORKDIR /app -COPY frontend/package*.json ./ +COPY ./package*.json ./ RUN npm install -COPY frontend ./ +COPY . ./ RUN npm run build # Etap 2: Nginx serwujÄ…cy Vue + proxy do backendu