We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be152c1 commit ced7666Copy full SHA for ced7666
template/Dockerfile.jinja
@@ -14,8 +14,8 @@ ENV PATH=/venv/bin:$PATH{% if docker %}
14
15
# The build stage installs the context into the venv
16
FROM developer AS build
17
-COPY . /context
18
-WORKDIR /context
+COPY --chmod=777 . /workspaces/{{ repo_name }}
+WORKDIR /workspaces/{{ repo_name }}
19
RUN touch dev-requirements.txt && pip install -c dev-requirements.txt .
20
21
FROM build AS debug
0 commit comments