Replies: 1 comment 1 reply
-
I'm not really sure what your workflow is here. You're talking about both Docker and installing commands into an EC2 instance. Generally, you'd use Perhaps you could explain further, and provide examples? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I have recently deployed a Templ app onto an EC2 instance. It is currently working, but I need to add templ generate to my Dockerfile. However when I try to do a
templ generate
from the terminal, I am getting a command not found. I have tried to install templ into my app directory with no luck usinggo install github.com/a-h/templ/cmd/templ@latest
and I am currently able to runtempl generate
locally, but I am not sure what I am missing. Any thoughts as to what I am missing or how Templ should properly be installed on an amazonlinux2 server?Beta Was this translation helpful? Give feedback.
All reactions