remove unneccessary command, use prebuilt images
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 10s
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 10s
This commit is contained in:
parent
c2000f4952
commit
9bb0dbddf6
@ -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
|
Loading…
x
Reference in New Issue
Block a user