Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
annie-yau authored Jan 28, 2019
1 parent 76dcadb commit 2dc5be8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CustomerOrderService/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,12 @@ FROM websphere-liberty
COPY target/CustomerOrderService-0.1.war /opt/ibm/wlp/usr/servers/defaultServer/apps/CustomerOrderService.war
COPY server.xml /opt/ibm/wlp/usr/servers/defaultServer/

RUN wget https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-5.6.3-linux-x86_64.tar.gz
RUN tar -xvf filebeat-5.6.3-linux-x86_64.tar.gz
COPY filebeat.yml /tmp/
COPY launch_container.sh /tmp
RUN chmod go-w /tmp/filebeat.yml
RUN chmod +x /tmp/launch_container.sh

RUN installUtility install --acceptLicense defaultServer

0 comments on commit 2dc5be8

Please sign in to comment.