mirror of
https://github.com/FlipsideCrypto/arbitrum-models.git
synced 2026-02-06 19:57:02 +00:00
9 lines
198 B
Docker
9 lines
198 B
Docker
FROM ghcr.io/dbt-labs/dbt-snowflake:1.2.latest
|
|
WORKDIR /support
|
|
RUN mkdir /root/.dbt
|
|
COPY profiles.yml /root/.dbt
|
|
RUN mkdir /root/arbitrum
|
|
WORKDIR /arbitrum
|
|
COPY . .
|
|
EXPOSE 8080
|
|
ENTRYPOINT [ "bash"] |