Skip to content

Commit

Permalink
add author to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Razmjoo authored Oct 21, 2018
1 parent 7aafece commit 949d0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Author: Mostafa Hussein ([email protected])
FROM perl:5-slim
LABEL author="Mostafa Hussein <[email protected]>"
COPY . /home/joomscan
WORKDIR /home/joomscan
RUN adduser joomscan --disabled-password --disabled-login --gecos "" --no-create-home --home /home/joomscan && chown joomscan:joomscan /home/joomscan -R
Expand Down

0 comments on commit 949d0c6

Please sign in to comment.