Skip to content
Snippets Groups Projects
Commit f1ad69fe authored by Felipe D'Abrantes's avatar Felipe D'Abrantes
Browse files

Correctly remove the running instance of the feed-service

parent bb7a3034
No related branches found
No related tags found
1 merge request!30Implement Mongo Seeder
......@@ -16,9 +16,7 @@ RUN unzip -d svc target/universal/feed-service-1.0.0.zip \
&& rm svc/bin/*.bat \
&& mv svc/bin/* svc/bin/start
# Delete the RUNNING_PID fle that incorrectly tells Play there is already an instance running
RUN rm -f svc/RUNNING_PID
EXPOSE 9000
CMD svc/bin/start
# Delete the RUNNING_PID fle that incorrectly tells Play there is already an instance running
CMD rm -f svc/RUNNING_PID && svc/bin/start
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment