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

Fix feed-service docker issue

parent aa4ff9c9
No related branches found
No related tags found
1 merge request!24Fe questions and posts (This one is big)
......@@ -16,6 +16,9 @@ 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
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