Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
5616b2728d
|
|||
|
b046127096
|
@@ -50,10 +50,3 @@ RUN chown -R swift:swift /home/swift/.local
|
|||||||
|
|
||||||
USER swift
|
USER swift
|
||||||
|
|
||||||
# Install dotfiles
|
|
||||||
RUN cd /home/swift \
|
|
||||||
&& git clone https://github.com/m-housh/dotfiles.git \
|
|
||||||
&& cd dotfiles \
|
|
||||||
&& git switch arch \
|
|
||||||
&& DEV_ENV=/home/swift/dotfiles ./devcontainer-env
|
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ In a new project, use this image as the base image for your dev container.
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"name": "Swift",
|
"name": "Swift",
|
||||||
"image": "git.housh.dev/swift-dev:latest",
|
"image": "git.housh.dev/swift-dev-container:latest",
|
||||||
"features": {
|
"features": {
|
||||||
...
|
...
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user