Skip to content

Commit

Permalink
docker: add test data
Browse files Browse the repository at this point in the history
  • Loading branch information
ofaurax committed Apr 29, 2024
1 parent 63a40da commit 19e9074
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ COPY . /var/www/html/
RUN sed -i 's/80/1912/' /etc/apache2/ports.conf
RUN sed -i 's/80/1912/' /etc/apache2/sites-enabled/000-default.conf

# Add test token
RUN touch private/tokens/20350515-testtoken.txt

# Add test dirs
RUN mkdir -p private/docs/A001/
RUN mkdir -p private/docs/G057/

0 comments on commit 19e9074

Please sign in to comment.