Skip to content

Commit

Permalink
container setup changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanquirino committed Jan 21, 2024
1 parent 3d75b34 commit 532840d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .containerignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ run-container.sh
.github
.gitignore
.containerignore
.next
.next
node_modules
File renamed without changes.
5 changes: 5 additions & 0 deletions create-dev-container.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
podman run --name blockpuzzle-dev -ti -p 3000:3000 \
--replace \
-v ./src/:/app/src/:z \
blockpuzzle-dev
2 changes: 0 additions & 2 deletions run-dev-container.sh

This file was deleted.

0 comments on commit 532840d

Please sign in to comment.