mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2026-02-21 04:45:41 +08:00
Remove the 'ng' suffix of sub projects.
This commit is contained in:
6
src/main/docker/Dockerfile
Normal file
6
src/main/docker/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM java:8
|
||||
VOLUME /tmp
|
||||
ADD rocketmq-console-ng-1.0.0.jar app.jar
|
||||
RUN sh -c 'touch /app.jar'
|
||||
ENV JAVA_OPTS=""
|
||||
ENTRYPOINT [ "sh", "-c", "java $JAVA_OPTS -jar /app.jar" ]
|
||||
Reference in New Issue
Block a user