diff --git a/docker-compose.yml b/docker-compose.yml index 15687d8..09ccf22 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,12 +1,11 @@ services: modules-app: - build: . + image: "git.pontusmail.org/aidan/modules:latest" container_name: modules-app restart: always ports: - "3002:3000" volumes: - .:/app - command: ["bun", "run", "app.js"] environment: - NODE_ENV=production \ No newline at end of file