Skip to content

Commit

Permalink
perf
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-pestano committed Apr 5, 2019
1 parent 47a42a1 commit abc58c2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/META-INF/maven/archetype-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
<fileSet filtered="true" encoding="UTF-8">
<directory>docker</directory>
<includes>
<include>**/*.sh</include>
<include>**/*.conf</include>
<include>**/*</include>
</includes>
</fileSet>
<fileSet filtered="true" encoding="UTF-8">
Expand Down
3 changes: 0 additions & 3 deletions src/main/resources/archetype-resources/Dockerfile-payara

This file was deleted.

3 changes: 0 additions & 3 deletions src/main/resources/archetype-resources/Dockerfile-tomee

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM payara/server-full:5.191

COPY ./target/${artifactId}.war $DEPLOY_DIR
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM tomee:8-jre-8.0.0-M2-plus

COPY ./target/${artifactId}.war /usr/local/tomee/webapps/admin-starter.war

0 comments on commit abc58c2

Please sign in to comment.