mirror of
https://git.sfja.dk/Mikkel/slige.git
synced 2025-01-31 04:30:52 +00:00
delete dev-env
This commit is contained in:
parent
d83ade33d2
commit
09c3c3277b
@ -1,4 +0,0 @@
|
|||||||
FROM archlinux
|
|
||||||
RUN pacman -Syu git base-devel deno --noconfirm
|
|
||||||
WORKDIR /workspace
|
|
||||||
ENTRYPOINT ["/bin/bash"]
|
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
docker build -t slige-dev-env dev-env
|
|
||||||
docker run --name dev-env --rm -it --mount type=bind,source="$(pwd)"/,target=/workspace slige-dev-env
|
|
Loading…
Reference in New Issue
Block a user