Skip to content

Commit f30afa8

Browse files
committed
Fix typo in Dockerfile to correct jar file copy command
1 parent c65e820 commit f30afa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: core/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get update && \
2020
WORKDIR /opt/restheart
2121

2222
# Copy the executable jar and the required libraries
23-
COPY target/restheart.jar ./restheart.jarq
23+
COPY target/restheart.jar ./restheart.jar
2424
COPY target/lib/*.jar lib/
2525
COPY target/plugins/*.jar plugins/
2626
COPY target/plugins/lib/*.jar plugins/lib/

0 commit comments

Comments
 (0)