Commit f7b062ce authored by Liang Ding's avatar Liang Ding

#12048

parent 09d7b8ac
/*
#ignore all but these:
# ignore all but these:
!src/
!.gitignore
!pom.xml
......@@ -10,7 +10,7 @@
!nbactions.xml
!nb-configuration.xml
!.travis.yml
!Dockerfile
src/main/webapp/skins/*
!src/main/webapp/skins/mobile
......
FROM maven:3.2-jdk-7-onbuild
MAINTAINER Liang Ding <dl88250@gmail.com>
ADD . /solo
WORKDIR /solo
RUN mvn install
WORKDIR /solo/target/solo
EXPOSE 8080
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment