arbitrum-models/Dockerfile
desmond-hui 7189148e41
Community curation setup (#32)
* community curation setup

* fix image repo
2022-12-20 13:20:37 -08:00

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"]