Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 07cd023d authored by Muhammad Rafif Elfazri's avatar Muhammad Rafif Elfazri
Browse files

Update template guide to build image and docker-compose

parent 2a4a975a
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ Sudah ready untuk dijalankan di production? Mohon [lihat deployment guide beriku
1. Build Image dengan perintah berikujt
```docker build -t diskuy_backend .```
```docker build -t diskuy-backend .```
### Deploy Production
......
......@@ -8,8 +8,9 @@ networks:
attachable: true # Needed in order to run custom commands in the container
services:
app:
diskuy-backend:
image: diskuy-backend
container_name: diskuy-backend
ports:
- "80:4000"
env_file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment