Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #67 from indeedeng/issue-66
Browse files Browse the repository at this point in the history
Fixes #66 Remove indeed-specific flags from the Dockerfile
  • Loading branch information
Brian Fink committed Jul 8, 2019
2 parents 56a6c03 + 8054929 commit ba4798c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#### 0.0.5
Bugs
```
#66 - Remove Indeed-specific flags from the Dockerfile
```

Improvements
Expand Down
2 changes: 1 addition & 1 deletion rabbitmq-operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ RUN chown rabbitmq-operator:rabbitmq-operator -R /app
USER rabbitmq-operator
WORKDIR /app
RUN unzip rabbitmq-operator.zip
CMD ["java", "-cp", "rabbitmq-operator/lib/*", "-Dindeed.application=RabbitMQOperator", "-Dindeed.staging.level=local", "com.indeed.operators.rabbitmq.RabbitMQOperator"]
CMD ["java", "-cp", "rabbitmq-operator/lib/*", "com.indeed.operators.rabbitmq.RabbitMQOperator"]

0 comments on commit ba4798c

Please sign in to comment.