mirror of
https://github.com/tfausak/witch.git
synced 2024-11-26 09:43:03 +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": {
|
"image": "ghcr.io/tfausak/haskell-codespace:3f6b99f6e862327eaff2efb1275bbbec3498a1f4",
|
||||||
"dockerfile": "Dockerfile"
|
|
||||||
},
|
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"taylorfausak.purple-yolk"
|
"taylorfausak.purple-yolk"
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user