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