Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
f6f6adf2
Commit
f6f6adf2
authored
Jun 01, 2017
by
Liang Ding
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/b3log/solo
parents
32afed70
59eea47c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
Dockerfile
Dockerfile
+3
-1
pom.xml
pom.xml
+2
-2
No files found.
Dockerfile
View file @
f6f6adf2
FROM
maven:3
.2-jdk-7-onbuild
FROM
maven:3
MAINTAINER
Liang Ding <dl88250@gmail.com>
ADD
. /solo
...
...
@@ -7,3 +7,5 @@ RUN mvn install
WORKDIR
/solo/target/solo
EXPOSE
8080
CMD
["/bin/sh", "-c", "java -cp WEB-INF/lib/*:WEB-INF/classes org.b3log.solo.Starter"]
\ No newline at end of file
pom.xml
View file @
f6f6adf2
...
...
@@ -282,8 +282,8 @@
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
${maven-compiler-plugin.version}
</version>
<configuration>
<source>
1.
7
</source>
<target>
1.
7
</target>
<source>
1.
8
</source>
<target>
1.
8
</target>
<encoding>
UTF-8
</encoding>
</configuration>
</plugin>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment