Skip to content

Commit abbf532

Browse files
committed
[FIX] Strange docker COPY behavior
1 parent 4432305 commit abbf532

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ ENV APP_HOME=/app
1515
ENV LISTEN_PORT=9274
1616
EXPOSE 9274
1717
VOLUME /app/data
18-
COPY --from=build /app/components/launchserver/build/install/launchserver/* /app
18+
COPY --from=build /app/components/launchserver/build/install/launchserver /app
1919
ENTRYPOINT ["/app/bin/launchserver"]

0 commit comments

Comments
 (0)