Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: leitosama <[email protected]>
  • Loading branch information
leitosama committed Aug 24, 2024
1 parent dd5f101 commit 311e6e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal-import-file/import-document/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ RUN apk --no-cache add git build-base libmagic libffi-dev libxml2-dev libxslt-de

# Expose and entrypoint
COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
RUN chmod +x /entrypoint.sh && chown -R :root /opt/opencti-connector-import-document && chmod -R g+rwX /opt/opencti-connector-import-document
WORKDIR /opt/opencti-connector-import-document
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 311e6e3

Please sign in to comment.