mirror of
https://github.com/tfausak/witch.git
synced 2024-11-22 14:58:13 +03:00
Use shared codespace container
This commit is contained in:
parent
b501c5b950
commit
b0a5ec220d
@ -1,5 +0,0 @@
|
||||
FROM haskell:9.0.1
|
||||
ARG USER=haskell
|
||||
RUN useradd --create-home --shell "$( which bash )" "$USER"
|
||||
USER "$USER"
|
||||
ENV PATH="/home/$USER/.cabal/bin:$PATH"
|
@ -1,7 +1,5 @@
|
||||
{
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile"
|
||||
},
|
||||
"image": "ghcr.io/tfausak/haskell-codespace:3f6b99f6e862327eaff2efb1275bbbec3498a1f4",
|
||||
"extensions": [
|
||||
"taylorfausak.purple-yolk"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user