Skip to content
Snippets Groups Projects
Commit 3e60f409 authored by Filip Bugoš's avatar Filip Bugoš
Browse files

Merge branch 'fixes' into 'milestone-2'

fix: docker containers, rename microservice4

See merge request !32
parents b6c18c0a 92a284af
No related branches found
No related tags found
4 merge requests!79Final merge to main,!43Testing user,!35Deleted manufacturer,!32fix: docker containers, rename microservice4
Pipeline #
Showing
with 3 additions and 7 deletions
......@@ -5,7 +5,6 @@ COPY ./.. /app
RUN mvn clean install
WORKDIR ./core
RUN mvn clean install
EXPOSE 8080
CMD ["mvn", "spring-boot:run"]
\ No newline at end of file
......@@ -4,8 +4,7 @@ WORKDIR /app
COPY ./.. /app
RUN mvn clean install
WORKDIR ./microservice4
RUN mvn clean install
WORKDIR ./electricityTarifMicroservice
EXPOSE 8088
CMD ["mvn", "spring-boot:run"]
\ No newline at end of file
File moved
File moved
......@@ -19,7 +19,7 @@
</dependencies>
<modelVersion>4.0.0</modelVersion>
<artifactId>microservice4</artifactId>
<artifactId>electricityTarifMicroservice</artifactId>
<properties>
<maven.compiler.source>17</maven.compiler.source>
......
......@@ -5,7 +5,6 @@ COPY ./.. /app
RUN mvn clean install
WORKDIR ./emailmicroservice
RUN mvn clean install
EXPOSE 8081
CMD ["mvn", "spring-boot:run"]
\ No newline at end of file
......@@ -7,7 +7,7 @@
<module>core</module>
<module>statistics</module>
<module>emailmicroservice</module>
<module>microservice4</module>
<module>electricityTarifMicroservice</module>
<module>model</module>
</modules>
<parent>
......
......@@ -5,7 +5,6 @@ COPY ./.. /app
RUN mvn clean install
WORKDIR ./statistics
RUN mvn clean install
EXPOSE 8090
CMD ["mvn", "spring-boot:run"]
\ No newline at end of file
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