Skip to content
Snippets Groups Projects
Verified Commit 9338c892 authored by Bayu Samudra's avatar Bayu Samudra
Browse files

fix: dockernya batuk-batuk

parent 8b3af955
Branches
Tags
2 merge requests!47Final Updates,!42[Feat] [Release!] [#1] Project Release Commit
Pipeline #57021 passed with stage
in 1 minute and 20 seconds
...@@ -14,11 +14,12 @@ services: ...@@ -14,11 +14,12 @@ services:
networks: networks:
- api_network - api_network
backend: backend:
build: build:
context: . context: .
dockerfile: Dockerfile.dev dockerfile: Dockerfile
volumes: volumes:
- .:/app - .env.local:/app/.env.local
- .env:/app/.env
ports: ports:
- 8888:8080 - 8888:8080
env_file: .env.docker env_file: .env.docker
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment