We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb38c8 commit 83e9a0aCopy full SHA for 83e9a0a
1 file changed
Dockerfile
@@ -30,7 +30,7 @@ RUN (/usr/bin/mysqld_safe &); \
30
sleep 3; \
31
mvn -Pdeveloper -pl developer -Ddeploydb; \
32
mvn -Pdeveloper -pl developer -Ddeploydb-simulator; \
33
- pip install tools/marvin/dist/Marvin-0.1.0.tar.gz
+ pip install tools/marvin/dist/Marvin-4.6.0-SNAPSHOT.tar.gz
34
35
EXPOSE 8080
36
0 commit comments