mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-04-25 07:28:01 -05:00
chore: use ./boss script in dockerfile and README
This commit is contained in:
parent
05c9b286e6
commit
e4d822ab71
|
|
@ -40,6 +40,7 @@ ENV NODE_ENV=production
|
|||
USER node
|
||||
|
||||
COPY --chown=node:node update-rotation.mjs ${app_dir}
|
||||
COPY --chown=node:node ./boss ${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