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

Commit cbb3e3e

Browse files
author
Brian Fink
committed
#66 Remove indeed-specific flags from the Dockerfile
1 parent 56a6c03 commit cbb3e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)