Skip to content

Commit

Permalink
Move .service and Containerfile to new dist/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Apr 9, 2024
1 parent c2c7744 commit 01f9232
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ image can be built with either [podman](https://podman.io/) or
To build it:

```
podman build -t matrix2051 .
podman build -t matrix2051 --file dist/Containerfile .
```

To run it:
Expand Down
File renamed without changes.
File renamed without changes.

2 comments on commit 01f9232

@progval
Copy link
Owner Author

@progval progval commented on 01f9232 Apr 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @Thaodan in case you depend on the path

@bb010g
Copy link

@bb010g bb010g commented on 01f9232 Apr 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the Containerfile is at the root of the Git repository, Podman can directly use the URL. Moving the Containerfile into a subdirectory breaks that functionality.

Please sign in to comment.