Go to file
2025-03-04 12:04:43 +08:00
public update 2025-02-28 23:01:43 +08:00
src update 2025-03-04 12:04:43 +08:00
.dockerignore first commit 2025-01-09 13:32:29 +08:00
.env.development update 2025-02-28 23:01:43 +08:00
.env.production update 2025-02-28 23:01:43 +08:00
.gitignore update 2025-02-27 23:39:05 +08:00
Dockerfile update 2025-03-02 10:15:07 +08:00
index.html update 2025-03-02 11:06:18 +08:00
nginx.conf update 2025-03-02 10:15:07 +08:00
package-lock.json update 2025-02-27 23:39:05 +08:00
package.json update 2025-02-27 23:39:05 +08:00
postcss.config.js first commit 2025-01-09 13:32:29 +08:00
README.md update 2025-02-28 23:55:44 +08:00
tailwind.config.js update 2025-01-21 23:13:41 +08:00
vite.config.js first commit 2025-01-09 13:32:29 +08:00
yarn.lock update 2025-02-27 23:39:05 +08:00

Docker build 命令:

测试环境:
sudo docker build --build-arg APP_ENV=dev -t beefast-web:latest .

生产环境:
sudo docker build --build-arg APP_ENV=prd -t beefast-web:latest .