added gtfs_feed_metadata
This commit is contained in:
parent
ed220222a7
commit
8fd1406c32
8 changed files with 239 additions and 7 deletions
|
|
@ -8,7 +8,8 @@ RUN pip install \
|
|||
dagster-postgres \
|
||||
dagster-docker \
|
||||
dagster-duckdb \
|
||||
pandas
|
||||
pandas \
|
||||
requests
|
||||
|
||||
WORKDIR /opt/dagster/app
|
||||
COPY user_code/gtfs /opt/dagster/app
|
||||
|
|
@ -17,4 +18,4 @@ COPY user_code/gtfs /opt/dagster/app
|
|||
|
||||
EXPOSE 4000
|
||||
|
||||
CMD ["dagster", "api", "grpc", "-h", "0.0.0.0", "-p", "4000", "-f", "definitions.py"]
|
||||
CMD ["dagster", "api", "grpc", "-h", "0.0.0.0", "-p", "4000", "-f", "definitions.py"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue