chore: procfile port sartzen du

This commit is contained in:
Aitor Urrutia
2022-01-15 17:43:06 +01:00
parent 8d3b195f68
commit bad967e5bc
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
web: yarn back start
web: PORT=$PORT yarn back start

View File

@@ -1,4 +1,4 @@
module.exports = ({ env }) => ({
host: env("HOST", "0.0.0.0"),
port: env.int("PORT", 443),
port: env.int("PORT", 1337),
});