mirror of
https://github.com/FlipsideCrypto/arbitrum-models.git
synced 2026-02-06 11:06:55 +00:00
9 lines
184 B
Docker
9 lines
184 B
Docker
FROM fishtownanalytics/dbt:1.2.0
|
|
WORKDIR /support
|
|
RUN mkdir /root/.dbt
|
|
COPY profiles.yml /root/.dbt
|
|
RUN mkdir /root/arbitrum
|
|
WORKDIR /arbitrum
|
|
COPY . .
|
|
EXPOSE 8080
|
|
ENTRYPOINT [ "bash"] |