mirror of
https://github.com/tfausak/witch.git
synced 2024-11-22 14:58:13 +03:00
Set up a development container
This commit is contained in:
parent
ff2d41a6da
commit
53bc4f2e21
4
.devcontainer/Dockerfile
Normal file
4
.devcontainer/Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM haskell:9.0.1
|
||||
ARG USER=haskell
|
||||
RUN useradd --create-home --shell "$( which bash )" "$USER"
|
||||
USER "$USER"
|
5
.devcontainer/devcontainer.json
Normal file
5
.devcontainer/devcontainer.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user