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