Skip to content

Commit

Permalink
Prueba
Browse files Browse the repository at this point in the history
  • Loading branch information
delucas committed Aug 16, 2022
1 parent b1efa6f commit edb67a4
Show file tree
Hide file tree
Showing 3 changed files with 769 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev
RUN apt-get install -y yarn curl

RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash -
RUN apt-get install -y nodejs

RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"webpack-dev-server": "^3.11.0"
},
"engines": {
"node": "16.16.0",
"node": "14.20.0",
"yarn":"1.22.19"
}
}
Loading

0 comments on commit edb67a4

Please sign in to comment.