mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-04-25 15:46:06 -05:00
fix: add seeding folder to the docker image
This commit is contained in:
parent
33bad47332
commit
5518973557
|
|
@ -41,6 +41,7 @@ USER node
|
|||
|
||||
COPY --chown=node:node update-rotation.mjs ${app_dir}
|
||||
COPY --chown=node:node ./boss ${app_dir}
|
||||
COPY --chown=node:node seeding ${app_dir}
|
||||
COPY --chown=node:node package.json .
|
||||
|
||||
COPY --from=dependencies --chown=node:node ${app_dir}/node_modules ${app_dir}/node_modules
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user