Skip to content

Commit 9636ccc

Browse files
committed
Optimize images
1 parent 82396b4 commit 9636ccc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker/dagster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ ENV DAGSTER_HOME=/opt/dagster/dagster_home/
8686

8787
# Copy your workspace to /opt/dagster/app
8888

89-
COPY ./docker/dagster/dagster.yaml $DAGSTER_HOME/
89+
COPY docker/dagster/dagster.yaml $DAGSTER_HOME/
9090

9191

9292
WORKDIR /opt/dagster/app

docker/jupyter/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN --mount=type=cache,target=/root/.cache \
6060

6161
# copy project requirement files here to ensure they will be cached.
6262
WORKDIR $PYSETUP_PATH
63-
COPY ../../poetry.lock pyproject.toml ./
63+
COPY poetry.lock pyproject.toml ./
6464

6565
# install runtime deps - uses $POETRY_VIRTUALENVS_IN_PROJECT internally
6666
RUN --mount=type=cache,target=/root/.cache \
@@ -76,8 +76,8 @@ COPY --from=builder-base $PYSETUP_PATH $PYSETUP_PATH
7676

7777
RUN apt-get update && apt-get install -y git
7878

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
8181

8282
WORKDIR /workshop
8383
EXPOSE 8888 4141

0 commit comments

Comments
 (0)