Skip to content

Commit

Permalink
satisfied hadolint warning ...
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSchiessl committed Jul 16, 2024
1 parent 303a99a commit f6a19f4
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
Expand Up @@ -51,7 +51,7 @@ RUN groupadd akamai && \

WORKDIR ${HOMEDIR}
RUN mkdir -p ${ULS_DIR} && \
mkdir -pm 777 ${ULS_DIR}/var
mkdir -p ${ULS_DIR}/var && chmod 777 ${ULS_DIR}/var


# Install ULS
Expand Down

0 comments on commit f6a19f4

Please sign in to comment.