Docker deployment #6

Merged
brandonegg merged 20 commits from dokkku-deploy into main 2024-02-28 14:59:14 -06:00
2 changed files with 0 additions and 5 deletions
Showing only changes of commit 5f9432a427 - Show all commits

View File

@ -19,6 +19,3 @@ DATABASE_URL=
# Admin account details
ADMIN_PASSWORD="password"
# Dictates the build process for the Dockerfile:
RUNNER_ENV=development

View File

@ -4,8 +4,6 @@ services:
uiowa-atr:
build:
context: .
args:
- RUNNER_ENV
restart: always
ports:
- "1234:3000"