NCBACK-26 add docker container with storage
Test Workflow / test (push) Successful in 1s

This commit is contained in:
vladp
2025-12-23 16:05:51 +07:00
parent 8fe4d854a6
commit 19d8f61e1d
2 changed files with 15 additions and 2 deletions
+2
View File
@@ -12,6 +12,8 @@ WORKDIR /app
COPY --from=build /app/build/libs/*.jar app.jar
RUN mkdir -p /data/uploads && chmod 755 /data/uploads
EXPOSE 8080
CMD ["java", "-jar", "app.jar"]