Delete docker-compose.yml

This commit is contained in:
Eazzy 2024-05-26 20:40:34 +08:00
parent 779936c65e
commit 0f58bc5f3c
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
version: '3.4'
services:
docusaurus:
image: docusaurus
build:
context: .
dockerfile: ./Dockerfile
environment:
NODE_ENV: production
ports:
- 3000:3000