You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to deploy stat.lnk myself for privacy reasons, is it not supported to use DockerFile to build an image and then deploy it? I see that DockerFile was updated a couple months ago. Then I tried to build an image using DockerFile and got an error, if it is supported, can you provide me with the method, thanks!
The text was updated successfully, but these errors were encountered:
Currently, we do not support deployment using Docker. The Dockerfile present in the repository is a remnant from the past.
The software stack hasn't changed significantly, so most of it should work as-is, but you will need PHP 8.2 or higher, and Node.js 16. However, the Dockerfile in the repository does not follow Docker conventions and requires a lot of additional work for data persistence.
Moreover, in actual use, it may not work well with small datasets, such as those for personal use.
If you can tell me what the error was, I may be able to find some way to address it.
I want to deploy stat.lnk myself for privacy reasons, is it not supported to use DockerFile to build an image and then deploy it? I see that DockerFile was updated a couple months ago. Then I tried to build an image using DockerFile and got an error, if it is supported, can you provide me with the method, thanks!
The text was updated successfully, but these errors were encountered: