mirror of
https://github.com/fosrl/pangolin.git
synced 2025-05-13 05:40:38 +01:00
Remove old example config
This commit is contained in:
parent
d215a12f5a
commit
767fec19cd
1 changed files with 0 additions and 2 deletions
|
@ -26,8 +26,6 @@ COPY --from=builder /app/.next/static ./.next/static
|
||||||
COPY --from=builder /app/dist ./dist
|
COPY --from=builder /app/dist ./dist
|
||||||
COPY --from=builder /app/init ./dist/init
|
COPY --from=builder /app/init ./dist/init
|
||||||
|
|
||||||
COPY config/traefik/traefik_config.example.yml ./dist/traefik_config.example.yml
|
|
||||||
COPY config/traefik/dynamic_config.example.yml ./dist/dynamic_config.example.yml
|
|
||||||
COPY server/db/names.json ./dist/names.json
|
COPY server/db/names.json ./dist/names.json
|
||||||
|
|
||||||
COPY public ./public
|
COPY public ./public
|
||||||
|
|
Loading…
Reference in a new issue