Skip to content

Commit

Permalink
underscore for workspace name
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Oct 31, 2023
1 parent 3967bac commit 73d8182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ghcr.io/mysociety/data_common:sha-d6eabdb
# Override the .pth created at previous stages to point to where the working directory will land
COPY pyproject.toml poetry.loc[k] /setup/
COPY src/data_common/pyproject.toml src/data_common/poetry.loc[k] /setup/src/data_common/
ENV WORKSPACE_NAME publicwhip-data
ENV WORKSPACE_NAME publicwhip_data
RUN mkdir /setup/src/$WORKSPACE_NAME \
&& touch /setup/src/$WORKSPACE_NAME/__init__.py \
&& mkdir --parents /setup/src/data_common/src/data_common \
Expand Down

0 comments on commit 73d8182

Please sign in to comment.