Skip to content
Snippets Groups Projects

Implement Mongo Seeder

Closed D'Abrantes, Felipe (UG - Comp Sci & Elec Eng) requested to merge mongo-seeder into main
12 files
+ 975
4
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -16,9 +16,7 @@ RUN unzip -d svc target/universal/feed-service-1.0.0.zip \
@@ -16,9 +16,7 @@ RUN unzip -d svc target/universal/feed-service-1.0.0.zip \
&& rm svc/bin/*.bat \
&& rm svc/bin/*.bat \
&& mv svc/bin/* svc/bin/start
&& 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
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