Update documentation

This commit is contained in:
Michał
2025-10-04 19:22:19 -06:00
parent b715e21236
commit f4248760a8
+8 -1
View File
@@ -98,7 +98,14 @@ pnpm run dokploy:build
## Docker
To build the docker image
To build the docker image first run commands to copy .env files
```bash
cp apps/dokploy/.env.production.example .env.production
cp apps/dokploy/.env.production.example apps/dokploy/.env.production
```
then run build command
```bash
pnpm run docker:build