Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Oct 12, 2024
1 parent 134b594 commit 17758a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PORT=2223
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ docker rm cran-metadata_devcontainer-r-app-1
devcontainer up --workspace-folder .
```

#### Known issues

In addition to the extra setup, for now expect some hiccups when using
dev containers:
* No git credentials. The credentials are not forwarded to the container
from the host, so you probably cannot push to remote repositories.

# License

MIT (c) Posit, PBC

0 comments on commit 17758a0

Please sign in to comment.