diff --git a/Containerfile b/Containerfile index f2ee33b..49a1acb 100644 --- a/Containerfile +++ b/Containerfile @@ -4,7 +4,7 @@ WORKDIR /usr/app COPY . . RUN npm install --force && yarn cache clean -RUN /usr/local/bin/psstat.sh "npm run build" +RUN npm run build FROM gitea.pena/penadevops/container-images/nginx:main as result