chore: Update Dockerfile to fix Teleport installation command and create teleport configuration file
Build and Push Docker Images / build-and-push (push) Has been cancelled
Build and Push Docker Images / build-and-push (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: "node-app",
|
||||
script: "npm",
|
||||
args: "run dev",
|
||||
cwd: "/workspace", // Ensure this matches your working directory
|
||||
watch: true,
|
||||
env: {
|
||||
NODE_ENV: "development",
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user