mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-05 02:24:59 +02:00
check for user before getting orgs, create default config
This commit is contained in:
parent
6d9731f071
commit
717aa09daa
6 changed files with 49 additions and 29 deletions
|
@ -22,6 +22,7 @@ RUN npm install --omit=dev
|
|||
|
||||
COPY --from=builder /app/.next ./.next
|
||||
COPY --from=builder /app/dist ./dist
|
||||
COPY ./config/config.example.yml /app/dist/
|
||||
COPY server/db/names.json /app/dist/names.json
|
||||
|
||||
CMD ["npm", "start"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue