remove unneccessary command, use prebuilt images
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 10s

This commit is contained in:
Aidan 2025-02-18 04:43:06 +00:00
parent c2000f4952
commit 9bb0dbddf6

View File

@ -1,12 +1,11 @@
services: services:
modules-app: modules-app:
build: . image: "git.pontusmail.org/aidan/modules:latest"
container_name: modules-app container_name: modules-app
restart: always restart: always
ports: ports:
- "3002:3000" - "3002:3000"
volumes: volumes:
- .:/app - .:/app
command: ["bun", "run", "app.js"]
environment: environment:
- NODE_ENV=production - NODE_ENV=production