From 4c80022b93f0d5d42422d642a079ca7ed7989e9b Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Mon, 3 Apr 2023 03:04:08 +0200 Subject: [PATCH] fix: boh cose --- Dockerfile | 5 ++++- index.html | 10 +++++----- 2 files changed, 9 insertions(+), 6 deletions(-) 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 @@ - - - - -