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:
|
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
|
Loading…
x
Reference in New Issue
Block a user