diff options
author | Starfall <us@starfall.systems> | 2021-05-17 21:12:45 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2021-05-17 21:12:45 -0500 |
commit | 2c6fcb9cf8fbb09e900fc3625837529155f98f4f (patch) | |
tree | b78e5204ef455b25c06cde33e8a6846ac46fcdbf /Vagrantfile | |
parent | 2523b046523f92ccf12756dce0204926433d1c7f (diff) | |
parent | 567745c1e66593ef46a86dc0bcfe824cefb04f14 (diff) |
Merge branch 'glitch'
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile index addc6b0f4..2afed9279 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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_10.x | sudo bash - +curl -sL https://deb.nodesource.com/setup_12.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"]} |