Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsihk authored Jun 12, 2024
1 parent d00f053 commit adc9e18
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ version: '3.5'
services:
app:
image: ${TEST_IMAGE_NAME:-jimsihk/alpine-moodle:local}
build: .
build:
context: .
args:
ARG_MOODLE_GIT_URL=https://github.com/lucaboesch/moodle.git
ARG_MOODLE_GIT_BRANCH=MDL-81804-404
ARG_MOODLE_GIT_COMMIT=46e82416271e5f20688ed399e7da6faed20c9e51
- ARG_MOODLE_GIT_URL=https://github.com/lucaboesch/moodle.git
- ARG_MOODLE_GIT_BRANCH=MDL-81804-404
- ARG_MOODLE_GIT_COMMIT=46e82416271e5f20688ed399e7da6faed20c9e51
environment:
- SITE_URL=http://app:8080
- MOODLE_SITENAME=Dockerized_Moodle
Expand Down

0 comments on commit adc9e18

Please sign in to comment.