Skip to content
Snippets Groups Projects

Implement Mongo Seeder v2

Merged D'Abrantes, Felipe (UG - Comp Sci & Elec Eng) requested to merge mongo-seeder-v2 into main
1 unresolved thread
1 file
+ 2
4
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading