Skip to content

Commit

Permalink
Merge pull request #3 from TeamGalena/main
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle authored Sep 22, 2024
2 parents 0cb3ff7 + d4fd94b commit 237035a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ RUN pip install -r requirements.txt

# build the project
ARG repo_url
ENV REPO_URL=repo_url
ENV REPO_URL=$repo_url

ARG site_url
ENV SITE_URL=site_url
ENV SITE_URL=$site_url

COPY docs docs
COPY .git .git
COPY mkdocs.yml .
RUN mkdocs build

Expand Down

0 comments on commit 237035a

Please sign in to comment.