File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ ENV DAGSTER_HOME=/opt/dagster/dagster_home/
86
86
87
87
# Copy your workspace to /opt/dagster/app
88
88
89
- COPY ./ docker/dagster/dagster.yaml $DAGSTER_HOME/
89
+ COPY docker/dagster/dagster.yaml $DAGSTER_HOME/
90
90
91
91
92
92
WORKDIR /opt/dagster/app
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ RUN --mount=type=cache,target=/root/.cache \
60
60
61
61
# copy project requirement files here to ensure they will be cached.
62
62
WORKDIR $PYSETUP_PATH
63
- COPY ../../ poetry.lock pyproject.toml ./
63
+ COPY poetry.lock pyproject.toml ./
64
64
65
65
# install runtime deps - uses $POETRY_VIRTUALENVS_IN_PROJECT internally
66
66
RUN --mount=type=cache,target=/root/.cache \
@@ -76,8 +76,8 @@ COPY --from=builder-base $PYSETUP_PATH $PYSETUP_PATH
76
76
77
77
RUN apt-get update && apt-get install -y git
78
78
79
- ADD ../../ configs/jupyter_lab_config.py /root/.jupyter/jupyter_lab_config.py
80
- ADD ../../ configs/jupytext.toml /root/.config/jupytext.toml
79
+ ADD configs/jupyter_lab_config.py /root/.jupyter/jupyter_lab_config.py
80
+ ADD configs/jupytext.toml /root/.config/jupytext.toml
81
81
82
82
WORKDIR /workshop
83
83
EXPOSE 8888 4141
You can’t perform that action at this time.
0 commit comments