mirror of
https://github.com/frohoff/ysoserial.git
synced 2026-09-21 22:50:46 +08:00
Merge pull request #127 from frohoff/docker_assembly_fix
Fix for Dockerfile assembly.xml issue
This commit is contained in:
@@ -4,6 +4,7 @@ WORKDIR /app
|
||||
|
||||
# download artifacts
|
||||
COPY pom.xml .
|
||||
COPY assembly.xml .
|
||||
RUN mvn dependency:resolve
|
||||
RUN mvn verify
|
||||
RUN mvn compiler:help
|
||||
|
||||
Reference in New Issue
Block a user