Skip to content
Snippets Groups Projects
Commit 708f3069 authored by abdu's avatar abdu
Browse files

.

parent c176e092
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ COPY --from=build-frontend /app/dist /app/src/main/resources/static ...@@ -27,7 +27,7 @@ COPY --from=build-frontend /app/dist /app/src/main/resources/static
# copying backend to root folder in container # copying backend to root folder in container
COPY . . COPY . .
# making maven executable (we had permission issues before adding this) # making maven executable (we had execution issues before adding this)
RUN chmod +x ./mvnw RUN chmod +x ./mvnw
# building backend with maven wrapper # building backend with maven wrapper
......
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