diff --git a/docker/Dockerfile b/docker/Dockerfile index 547bcca..e2277ec 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -4,6 +4,8 @@ WORKDIR /app COPY . . RUN npm install -g @angular/cli@17 +RUN npm cache clean +RUN npm update RUN npm install --force EXPOSE 4200 diff --git a/podman/Containerfile b/podman/Containerfile index 547bcca..e2277ec 100644 --- a/podman/Containerfile +++ b/podman/Containerfile @@ -4,6 +4,8 @@ WORKDIR /app COPY . . RUN npm install -g @angular/cli@17 +RUN npm cache clean +RUN npm update RUN npm install --force EXPOSE 4200