Skip to content

Commit

Permalink
Added templates
Browse files Browse the repository at this point in the history
Added templates to fastly write them at the machine
  • Loading branch information
Deivitto committed Aug 13, 2023
1 parent 41b6b6b commit 69bab99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ USER root
# Move scripts inside the folder and give permissions
COPY /scripts/*.sh /home/whitehat/scripts/
COPY /scripts/readme.md /home/whitehat/scripts/readme.md
COPY /templates/ /home/whitehat/scripts/templates/
RUN chmod +x /home/whitehat/scripts/*.sh && \
# Set the owner and group of the scripts directory to whitehat
chown -R whitehat:whitehat /home/whitehat/scripts
Expand Down

0 comments on commit 69bab99

Please sign in to comment.