Skip to content

Commit

Permalink
chore: increase FE docker image tag to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-manole committed Aug 11, 2023
1 parent 3dafa40 commit bd11f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.web
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion web.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pkgsLinux = pkgs // { system = "x86_64-linux"; };
imgAttributes = {
name = "plutus-certification-web";
tag = "4";
tag = "5";
};
loadDockerImage = {
type= "app";
Expand Down

0 comments on commit bd11f3d

Please sign in to comment.