docker changes

This commit is contained in:
Carl-Gerhard Lindesvärd
2023-11-02 14:09:18 +01:00
parent 13f27825f3
commit 0f5660e8f0
2 changed files with 3 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ docker build \
--build-arg DATABASE_URL="postgresql://local@host.docker.internal:5432/mixan?schema=public" \
--build-arg NEXTAUTH_SECRET="secret_sauce" \
--build-arg NEXTAUTH_URL="http://localhost:3000" \
-t mixan/app:latest \
-t mixan/app:1.0 \
-f apps/web/Dockerfile \
.