diff --git a/htmgo-site/Dockerfile b/htmgo-site/Dockerfile index 39cf8a3..d3c53e4 100644 --- a/htmgo-site/Dockerfile +++ b/htmgo-site/Dockerfile @@ -33,5 +33,6 @@ COPY --from=builder /app/dist . # Expose the necessary port (replace with your server port) EXPOSE 3000 + # Command to run the binary CMD ["./htmgo-site"] \ No newline at end of file