Skip to content

'Unknown option' error when trying to use the container to build with an artifact. #41

@easlice

Description

@easlice

If I run the following command, everything works fine and the app runs in the container:
podman run --rm -v $(pwd):/w -w /w claudiombsilva/claude-artifact-runner sample.jsx

But if I run the following to try and build the app into an HTML file, I get an error:

podman run --rm -v $(pwd):/w -w /w claudiombsilva/claude-artifact-runner build sample.jsx
❌ Unknown option: sample.jsx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions