mirror of
https://github.com/mikenye/docker-picard.git
synced 2026-04-19 06:54:55 +02:00
* Refactor of dockerfile * Fix startapp.sh to point to picard binary * Attempts to fix issue #25
14 lines
239 B
Bash
Executable File
14 lines
239 B
Bash
Executable File
#!/usr/bin/env sh
|
|
#shellcheck shell=sh
|
|
|
|
set -xe
|
|
|
|
# Set homedir to /config to capture all configuration
|
|
HOME=/config
|
|
export HOME
|
|
|
|
# Unlock Chromium profile
|
|
rm -rf /config/xdg/config/chromium/Singleton*
|
|
|
|
# Launch picard
|
|
/usr/local/bin/picard |