Skip to content

Commit

Permalink
Switch to Docker image rather than building
Browse files Browse the repository at this point in the history
  • Loading branch information
hgw8 committed Oct 5, 2023
1 parent e3e75e7 commit 24f310e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.git/
files/
Dockerfile
docker-compose.yml
.gitignore
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mkdir files

Execute the following commands to build and initiate HardFiles in Docker:
```
docker compose up -d --build
docker compose up -d
```

#### 3. Default Port:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
hardfiles:
container_name: hardfiles
build: .
image: git.supernets.org/supernets/hardfiles:latest
volumes:
- "$PWD/files:/app/files"
- "$PWD/www:/app/www"
Expand Down

0 comments on commit 24f310e

Please sign in to comment.