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

This commit is contained in:
2024-09-08 15:00:58 +02:00
parent 44d15c46e5
commit b5ba0e1df2
5 changed files with 22 additions and 1013 deletions
@@ -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",
},
},
],
};