Skip to content

Commit

Permalink
Merge pull request #491 from sgotti/dockerfile_create_agolademo_direc…
Browse files Browse the repository at this point in the history
…tories

Dockerfile: agolademo: create agola directories
  • Loading branch information
sgotti authored Feb 28, 2024
2 parents aa08876 + f3ad6ed commit 89b3fd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ FROM agola as agolademo

WORKDIR /

SHELL ["/bin/bash", "-c"]

RUN mkdir -p /data/agola/{configstore,runservice,executor,notification,gitserver}

# copy the example config
COPY examples/agolademo/config.yml .

Expand Down

0 comments on commit 89b3fd8

Please sign in to comment.