feat: Add n8n
This commit is contained in:
+6
-1
@@ -12,4 +12,9 @@ FROM base as update
|
||||
|
||||
WORKDIR /ansible
|
||||
|
||||
COPY . .
|
||||
COPY collections/requirements.yml ./collections/requirements.yml
|
||||
COPY ansible.cfg .
|
||||
|
||||
RUN ansible-galaxy collection install -r collections/requirements.yml
|
||||
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user