Skip to content

Commit

Permalink
adding log4j stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Coto Sanchez committed Apr 9, 2024
1 parent e89abf8 commit 6d214e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-prerender/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ RUN npm i basic-auth
RUN npm i express

#Trigger rules for sysdig agent scan
#ADD https://archive.apache.org/dist/logging/log4j/2.14.1/apache-log4j-2.14.1-bin.tar.gz /root
#RUN tar xzvf /root/apache-log4j-2.14.1-bin.tar.gz
ADD https://archive.apache.org/dist/logging/log4j/2.14.1/apache-log4j-2.14.1-bin.tar.gz /root
RUN tar xzvf /root/apache-log4j-2.14.1-bin.tar.gz

# Copy server.js to container
COPY docker-prerender/server.js /app/server.js
Expand Down

0 comments on commit 6d214e7

Please sign in to comment.