Skip to content

Commit

Permalink
Minified (v0.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
fikipollo committed Nov 9, 2017
1 parent fefb6cf commit 4f863dd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ MAINTAINER Rafa Hernandez <https://github.com/fikipollo>
RUN apt-get update && apt-get install -y mysql-client

# Download the lastest image of STATegra EMS
RUN wget -O /tmp/stategraems.zip https://github.com/fikipollo/stategraems/archive/develop.zip \
#RUN wget -O /tmp/stategraems.zip https://github.com/fikipollo/stategraems/archive/v0.8.zip \
RUN wget -O /tmp/stategraems.zip https://github.com/fikipollo/stategraems/archive/v0.9.zip \
&& unzip /tmp/stategraems.zip -d /tmp/stategraems \
&& cp /tmp/stategraems/*/dist/stategraems.war /usr/local/tomcat/webapps/ \
&& rm -r /tmp/stategraems \
Expand All @@ -28,8 +27,5 @@ RUN wget -O /tmp/stategraems.zip https://github.com/fikipollo/stategraems/archiv

##################### INSTALLATION END #####################

# Expose port 8080 (tomcat)
EXPOSE :80

# Mark folders as imported from the host.
VOLUME ["/data/"]

0 comments on commit 4f863dd

Please sign in to comment.