2
0
Derivar 0

Fix Node version in Vagrant (#13008)

Este cometimento está contido em:
Даниил Пронин 2020-01-30 21:05:56 +10:00 cometido por GitHub
ascendente 0fd2d2eee2
cometimento 2f978abd87
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros modificados com 1 adições e 1 eliminações

2
Vagrantfile externo
Ver ficheiro

@ -12,7 +12,7 @@ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
sudo apt-add-repository 'deb https://dl.yarnpkg.com/debian/ stable main'
# Add repo for NodeJS
curl -sL https://deb.nodesource.com/setup_8.x | sudo bash -
curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
# Add firewall rule to redirect 80 to PORT and save
sudo iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port #{ENV["PORT"]}