mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
check for user before getting orgs, create default config
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user