diff --git a/.containerignore b/.containerignore index f2368e2..db5ddae 100644 --- a/.containerignore +++ b/.containerignore @@ -1,9 +1,2 @@ -Containerfile -build-container.sh -run-container.sh -.git -.github -.gitignore -.containerignore .next node_modules \ No newline at end of file diff --git a/Containerfile b/Containerfile index 79af28c..1a254e7 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ FROM fedora:39 as deps -RUN dnf install -y nodejs +RUN dnf install -y nodejs git WORKDIR /app diff --git a/create-dev-container.sh b/create-dev-container.sh index 2846a34..b0352c3 100755 --- a/create-dev-container.sh +++ b/create-dev-container.sh @@ -1,5 +1,4 @@ #!/bin/bash podman run --name blockpuzzle-dev -ti -p 3000:3000 \ --replace \ - -v ./src/:/app/src/:z \ blockpuzzle-dev \ No newline at end of file