Working Docker build 🎉
This commit is contained in:
@ -9,7 +9,7 @@ app.get("/", (_, res) => {
|
||||
});
|
||||
|
||||
const PORT = Number(process.env.PAYLOAD_PORT) ?? 3000;
|
||||
const HOST = process.env.PAYLOAD_ADDRESS ?? 'localhost';
|
||||
const HOST = process.env.PAYLOAD_HOST ?? 'localhost';
|
||||
|
||||
const start = async () => {
|
||||
// Initialize Payload
|
||||
|
||||
Reference in New Issue
Block a user