[READ-ONLY] Mirror of https://github.com/FoxxMD/komodo-import. Import existing compose stacks into Komodo foxxmd.github.io/komodo-import
compose docker import komodo toml
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: Make safe directory for git to avoid ownership error

+2
+2
Dockerfile
··· 23 23 24 24 FROM base as app 25 25 26 + RUN git config --global --add safe.directory /filesOnServer 27 + 26 28 ARG APP_BUILD_VERSION 27 29 ENV APP_VERSION=$APP_BUILD_VERSION 28 30