diff --git a/Dockerfile b/Dockerfile index e20d684..6e0e764 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,4 +42,4 @@ COPY --from=build /build/template/* /app/template/ RUN chmod +x wgui -ENTRYPOINT ["./app"] \ No newline at end of file +ENTRYPOINT ["./wgui"] \ No newline at end of file