fix: config symlink
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 13s
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 13s
This commit is contained in:
parent
67bb3e944b
commit
16605c2a79
@ -27,7 +27,7 @@ RUN cd admin && pnpm build
|
||||
FROM base AS main
|
||||
|
||||
COPY start.sh start.sh
|
||||
COPY config.example.yml config.yml
|
||||
COPY config.example.yml /app/data/config.yml
|
||||
COPY CloudronManifest.json .
|
||||
|
||||
RUN chmod +x start.sh
|
||||
|
Loading…
Reference in New Issue
Block a user