<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markr.git/Dockerfile.test, branch master</title>
<subtitle>Markr - Marking as a Service</subtitle>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/'/>
<entry>
<title>Enable maven build logging for test container</title>
<updated>2024-07-26T01:55:00+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-26T01:55:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=f861977a68995b0ee66f9c19e6ea1c4caee54b89'/>
<id>f861977a68995b0ee66f9c19e6ea1c4caee54b89</id>
<content type='text'>
Maven was configured to build quietly, which means that we can't easily
see if there are any issues and there is no summary of the tests that
have run.

Added maven configuration to ensure that the tests print a summary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Maven was configured to build quietly, which means that we can't easily
see if there are any issues and there is no summary of the tests that
have run.

Added maven configuration to ensure that the tests print a summary.
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate Docker Compose services for build, test, run</title>
<updated>2024-07-25T01:56:13+00:00</updated>
<author>
<name>Szymon Szukalski</name>
<email>szymon@skas.io</email>
</author>
<published>2024-07-25T01:56:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.szymonszukalski.com/markr.git/commit/?id=1df19fd955eb951f5d31fb205963b2f4e794c039'/>
<id>1df19fd955eb951f5d31fb205963b2f4e794c039</id>
<content type='text'>
Refactor Docker Compose setup to include distinct services for building, testing,
and running the application.

Use separate Dockerfiles and configurations for each phase to isolate concerns and
improve workflow.

Quiet down the maven logs and set log levels to WARN so there is less noise in the
logs.

Update README file with information on running the project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor Docker Compose setup to include distinct services for building, testing,
and running the application.

Use separate Dockerfiles and configurations for each phase to isolate concerns and
improve workflow.

Quiet down the maven logs and set log levels to WARN so there is less noise in the
logs.

Update README file with information on running the project.
</pre>
</div>
</content>
</entry>
</feed>
