Use shared codespace container

This commit is contained in:
Taylor Fausak 2021-12-09 22:29:46 -05:00
parent b501c5b950
commit b0a5ec220d
2 changed files with 1 additions and 8 deletions

View File

@ -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"

View File

@ -1,7 +1,5 @@
{
"build": {
"dockerfile": "Dockerfile"
},
"image": "ghcr.io/tfausak/haskell-codespace:3f6b99f6e862327eaff2efb1275bbbec3498a1f4",
"extensions": [
"taylorfausak.purple-yolk"
],