Skip to content

Commit c46c8e4

Browse files
committed
fixing setup commands
1 parent 7d41550 commit c46c8e4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ WORKDIR /app
77
# Copy the entire project into the container
88
COPY . .
99

10+
RUN ./setup_test.sh && docker-compose up --build -d
11+
1012
# Build and run the test service using Docker Compose
11-
CMD ["docker-compose", "up", "--build", "test"]
13+
CMD []

setup_github.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Set environment variables for GitHub build
22
export FRONTEND_BUILD_CONTEXT=https://${GH_TOKEN}@${FRONTEND_REPO_URL}#${FRONTEND_REF}
33
export API_BUILD_CONTEXT=https://${GH_TOKEN}@${API_REPO_URL}#${API_REF}
4-
export BACKEND_BUILD_CONTEXT=https://${GH_TOKEN}@${BACKEND_REPO_URL}#${BACKEND_REF}
4+
export BACKEND_BUILD_CONTEXT=https://${GH_TOKEN}@${BACKEND_REPO_URL}#${BACKEND_REF}

setup_local.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)