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
Build and Push Docker Images / build-and-push (push) Successful in 7m48s
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user