We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4432305 commit abbf532Copy full SHA for abbf532
1 file changed
Dockerfile
@@ -15,5 +15,5 @@ ENV APP_HOME=/app
15
ENV LISTEN_PORT=9274
16
EXPOSE 9274
17
VOLUME /app/data
18
-COPY --from=build /app/components/launchserver/build/install/launchserver/* /app
+COPY --from=build /app/components/launchserver/build/install/launchserver /app
19
ENTRYPOINT ["/app/bin/launchserver"]
0 commit comments