mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
5 lines
163 B
Bash
Executable File
5 lines
163 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker build -t openproject/openproject:$(git rev-parse --abbrev-ref HEAD | tr '/' '-') --build-arg DEBIAN_BASE=bookworm -f docker/prod/Dockerfile .
|
|
|