Skip to content

Cannot start docker #14

@piotrkustal

Description

@piotrkustal

Image is successfully pulled but app exits automatically with following log:

error: Unexpected reading "/app/index.ts"
Bun v1.2.8 (Linux x64 baseline)

docker-compose looks like this:

version: '3'

services:
  mkfd:
    image: tbosk/mkfd:latest
    ports:
      - "5000:5000"
    volumes:
      - /home/piotr/docker/mkfd/configs:/app/configs
    environment:
      - PASSKEY=CUqS98Hbov6bQmPj
      - COOKIE_SECRET=nvebk0lSKnzBuDgw
      - ENCRYPTION_KEY=LuyJM7wfa6W99oEH

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions