Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Issue #111
  • Loading branch information
rsoika committed Sep 17, 2020
1 parent e755e97 commit e631da3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion imixs-archive-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
FROM payara/micro:5.201
FROM payara/micro:5.2020.4
#5.201

LABEL description="Imixs-Microservice"
LABEL maintainer="[email protected]"

# Deploy artefacts
COPY ./target/imixs-archive-service.war $DEPLOY_DIR

#ENV MAX_HEAP 2g
#ENV MIN_HEAP 1g

# add lauch options
CMD ["--deploymentDir", "/opt/payara/deployments", "--rootDir", "/opt/payara/config"]

Expand Down

0 comments on commit e631da3

Please sign in to comment.