mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Refactored docker logic
This commit is contained in:
@@ -5,7 +5,7 @@ FROM openproject/community:{{applications.openproject.version}}
|
||||
# path inside of the container. Say for `/app/vendor/plugins/openproject-slack`:
|
||||
# COPY /path/to/my/local/openproject-slack /app/vendor/plugins/openproject-slack
|
||||
|
||||
COPY Gemfile.plugins /app/
|
||||
COPY volumes/plugins/Gemfile.plugins /app/
|
||||
|
||||
# If the plugin uses any external NPM dependencies you have to install them here.
|
||||
# RUN npm add npm <package-name>*
|
@@ -4,7 +4,7 @@ x-op-app: &app
|
||||
driver: journald
|
||||
image: {{custom_openproject_image}}
|
||||
build:
|
||||
context: {{openproject_plugins_service}}
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
|
||||
services:
|
||||
|
Reference in New Issue
Block a user