chore: Update Dockerfile to fix Teleport installation command and create teleport configuration file
Build and Push Docker Images / build-and-push (push) Successful in 7m48s

This commit is contained in:
2024-09-08 15:01:31 +02:00
parent b5ba0e1df2
commit 29b8b90456
@@ -5,6 +5,7 @@ module.exports = {
script: "npm", script: "npm",
args: "run dev", args: "run dev",
cwd: "/workspace", // Ensure this matches your working directory cwd: "/workspace", // Ensure this matches your working directory
instance_var: "NODE",
watch: true, watch: true,
env: { env: {
NODE_ENV: "development", NODE_ENV: "development",