Skip to content

Commit

Permalink
add doc folder
Browse files Browse the repository at this point in the history
  • Loading branch information
almenscorner committed Sep 28, 2023
1 parent 96ca648 commit 69505c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@ ADD . /intunecd

# create db folder
RUN mkdir /intunecd/db
# create doc folder
RUN mkdir /intunecd/documentation

ENTRYPOINT ["/bin/bash", "-c", "./server-entrypoint.sh"]

0 comments on commit 69505c3

Please sign in to comment.