From 2c45314bd6412c252ffe2f4ff75e4c0308bb2f0f Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 30 Jun 2024 20:40:18 -0600 Subject: [PATCH] refactor: add nestjs --- nestjs/README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/nestjs/README.md b/nestjs/README.md index 5343f34..22b5fe7 100644 --- a/nestjs/README.md +++ b/nestjs/README.md @@ -7,17 +7,10 @@ This repository contains an example of NestJS application that is deployed on Do - Repository: `https://github.com/Dokploy/examples.git` - Branch: `main` - Build path: `/nestjs` - -2. **Add Environment Variables**: -- Navigate to the "Environments" tab and add the following variable: - ```plaintext - NIXPACKS_START_CMD="pnpm run preview" - ``` - -3. **Click on Deploy**: +2. **Click on Deploy**: - Deploy your application by clicking the deploy button. -4. **Generate a Domain**: +3. **Generate a Domain**: - Click on generate domain button. - A new domain will be generated for you. - You can use this domain to access your application.