Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
robcalla authored Jun 7, 2022
1 parent d2a83a0 commit 7e69980
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN apk update && \
RUN apk add --update nodejs nodejs-npm

#Install Bower
RUN npm config set unsafe-perm true
RUN npm install -g bower

### Clone the official Idra GitHub repository ###
Expand Down Expand Up @@ -78,4 +79,4 @@ EXPOSE 8080
WORKDIR /

# Start the Apache Tomcat server
CMD ["catalina.sh", "run"]
CMD ["catalina.sh", "run"]

0 comments on commit 7e69980

Please sign in to comment.