Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Update GrimoireLabDockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lylingzhen authored Aug 28, 2023
1 parent 032c447 commit 91c1735
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project-management/GrimoireLabDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ WORKDIR /workspace

RUN apt-get update && apt-get install -y git
RUN git clone https://github.com/chaoss/grimoirelab
COPY /workspace/ /workspace/
COPY /workspace /workspace


FROM siimeon/dockercomposegitlabci:latest

WORKDIR /workspace

COPY --from=builder /workspace /workspace
RUN cd grimoirelab/docker-compose
CMD ["sudo", "docker-compose", "up", "-d"]

0 comments on commit 91c1735

Please sign in to comment.