dockerfile: docker/gotrue.Dockerfile image: appflowyinc/gotrue:${GOTRUE_VERSION:-latest}environment:# There are a lot of options to configure GoTrue. You can reference the example config:# https://github.com/supabase/gotrue/blob/master/example.env-GOTRUE_SITE_URL=appflowy-flutter://# red...
res.send('Hello, AppFlowy!'); }); app.listen(PORT, () => { console.log(`AppFlowy is running on port ${PORT}`); }); ``` ### 2. 构建Docker镜像 接下来,我们需要创建一个Dockerfile来构建Docker镜像。在应用程序的根目录下创建一个名为Dockerfile的文件,并添加以下内容: ```dockerfile # ...