Skip to content

Commit

Permalink
fix(docker): Remove reference to Dockerfile as it's not commited
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusa87 committed Aug 5, 2024
1 parent 489f2cb commit 3228bd4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ version: '3.8'

services:
biblioteca:
build:
context: .
target: base
image: ghcr.io/biblioverse/biblioteca-docker:latest
# build:
# context: .
# target: base
entrypoint: ["/bin/sh", "-c" , "crontab /var/www/html/config/crontab.txt && apache2-foreground" ]
ports:
- "48480:8080"
Expand Down

0 comments on commit 3228bd4

Please sign in to comment.