Does analogjs support Docker? #1711
Answered
by
brandonroberts
SidiqovAbbos
asked this question in
Q&A
-
I want to run my application in Docker containers. I didn't find any documentation about it. Can anyone help me? |
Beta Was this translation helpful? Give feedback.
Answered by
brandonroberts
Apr 29, 2025
Replies: 1 comment
-
Yes, it does. You can build the app using the node server preset, which is the default. Here is a sample Dockerfile
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SidiqovAbbos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it does. You can build the app using the node server preset, which is the default. Here is a sample Dockerfile