Skip to content

Commit

Permalink
updated Dockerfile
Browse files Browse the repository at this point in the history
Issue #111
  • Loading branch information
rsoika committed Sep 18, 2020
1 parent be468d8 commit 4b93ffd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions imixs-archive-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
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 4b93ffd

Please sign in to comment.