Skip to content
Snippets Groups Projects
Commit a6092ab2 authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

fix building process

parent b4197e12
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ RUN apk add --no-cache --update ca-certificates wget \
COPY docker/runner/config/application.tmpl /config/application.tmpl
COPY docker/runner/README.md docker/runner/run.sh /
COPY target/portal-backend-$VERSION.jar backend.jar
COPY target/portal-backend.jar backend.jar
EXPOSE 8080
......
......@@ -242,6 +242,7 @@
</pluginRepositories>
<build>
<finalName>portal-backend</finalName>
<resources>
<resource>
<directory>src/main/resources</directory>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment