Skip to content

Commit

Permalink
install git
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanquirino committed Jan 21, 2024
1 parent 532840d commit fd05dd4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
7 changes: 0 additions & 7 deletions .containerignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
Containerfile
build-container.sh
run-container.sh
.git
.github
.gitignore
.containerignore
.next
node_modules
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM fedora:39 as deps

RUN dnf install -y nodejs
RUN dnf install -y nodejs git

WORKDIR /app

Expand Down
1 change: 0 additions & 1 deletion create-dev-container.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
podman run --name blockpuzzle-dev -ti -p 3000:3000 \
--replace \
-v ./src/:/app/src/:z \
blockpuzzle-dev

0 comments on commit fd05dd4

Please sign in to comment.