diff --git a/.do/app.yml b/.do/app.yml deleted file mode 100644 index 4be48e2..0000000 --- a/.do/app.yml +++ /dev/null @@ -1,11 +0,0 @@ -version: 2 -services: - web: - image: index.docker.io/library/node:latest - command: 'bash -c "npm install && npm run build -- --prod"' - environment: - - NODE_ENV=production - http_port: 8080 - routes: - - path: / - instance_count: 1