mirror of
https://github.com/alam00000/bentopdf.git
synced 2026-02-02 10:11:46 -05:00
refactor: convert script tags to link tags for stylesheets in HTML files fix: update PDF download to use Uint8Array for blob creation style: reformat CSS file for better readability and organization
11 lines
180 B
YAML
11 lines
180 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
bentopdf:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: bentopdf
|
|
ports:
|
|
- "3000:80"
|
|
restart: unless-stopped |