diff --git a/Dockerfile.web b/Dockerfile.web index 3d8824b4..d1a0214e 100644 --- a/Dockerfile.web +++ b/Dockerfile.web @@ -11,7 +11,7 @@ RUN sed -i 's/http:\/\/excuse.ro:9672/https:\/\/dapps-certification.scdev.aws.io RUN sed -i 's/http:\/\/localhost:3000/http:\/\/localhost:80/g' package.json RUN npm install -RUN rm ./.env +RUN rm -rf ./.env #RUN rm ./.env.production RUN npm run build diff --git a/web.nix b/web.nix index d69c2280..2a3044f9 100644 --- a/web.nix +++ b/web.nix @@ -2,7 +2,7 @@ pkgsLinux = pkgs // { system = "x86_64-linux"; }; imgAttributes = { name = "plutus-certification-web"; - tag = "4"; + tag = "5"; }; loadDockerImage = { type= "app";