diff --git a/Dockerfile b/Dockerfile index f4b6aad..3ab8660 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,11 @@ FROM node:18 WORKDIR /app -COPY ./ ./ +COPY ./package.json ./ RUN npm install + +COPY ./ ./ + ARG BASE_URL RUN npm run build diff --git a/index.html b/index.html index 91c0ab7..ad4ee32 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,11 @@ + + + + + PHC | Problemi @@ -21,11 +26,6 @@ - - - - -