From 9bb0dbddf6d3ed6f33ce35a36e6e87a36271ba52 Mon Sep 17 00:00:00 2001 From: Aidan Date: Tue, 18 Feb 2025 04:43:06 +0000 Subject: [PATCH] remove unneccessary command, use prebuilt images --- docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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