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

Commit ba4798c

Browse files
author
Brian Fink
authored
Merge pull request #67 from indeedeng/issue-66
Fixes #66 Remove indeed-specific flags from the Dockerfile
2 parents 56a6c03 + 8054929 commit ba4798c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#### 0.0.5
44
Bugs
55
```
6+
#66 - Remove Indeed-specific flags from the Dockerfile
67
```
78

89
Improvements

rabbitmq-operator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ RUN chown rabbitmq-operator:rabbitmq-operator -R /app
66
USER rabbitmq-operator
77
WORKDIR /app
88
RUN unzip rabbitmq-operator.zip
9-
CMD ["java", "-cp", "rabbitmq-operator/lib/*", "-Dindeed.application=RabbitMQOperator", "-Dindeed.staging.level=local", "com.indeed.operators.rabbitmq.RabbitMQOperator"]
9+
CMD ["java", "-cp", "rabbitmq-operator/lib/*", "com.indeed.operators.rabbitmq.RabbitMQOperator"]

0 commit comments

Comments
 (0)