Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

fix: copy workspace file after changing chown #32

Merged
merged 1 commit into from
Feb 25, 2021

Conversation

JasonTheDeveloper
Copy link
Contributor

Relates to #20.

In the PR I've fixed the cp .devcontainer/workspace ../akdc.code-workspace command found in .devcontainer/post-install.sh, introduced in #15. When you run the devcontainer locally, the user does not have permission to copy files into /workspaces. We got around this in #27 by running chown. However, the cp .devcontainer.... command was ran before the ownership change has run.

@JasonTheDeveloper JasonTheDeveloper merged commit 94accf5 into main Feb 25, 2021
@JasonTheDeveloper JasonTheDeveloper deleted the workspace-local branch February 25, 2021 22:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants