From fa8ea37ee47e650bcd6d04338e508cbfa2bfa1b3 Mon Sep 17 00:00:00 2001 From: zkldi <20380519+zkldi@users.noreply.github.com> Date: Sat, 3 Dec 2022 02:45:39 +0000 Subject: [PATCH] fix: remove completely false docs --- Dockerfile.bot | 4 ---- Dockerfile.ghbot | 4 ---- 2 files changed, 8 deletions(-) diff --git a/Dockerfile.bot b/Dockerfile.bot index 0dd916f5e..5f7a0f40b 100644 --- a/Dockerfile.bot +++ b/Dockerfile.bot @@ -1,7 +1,3 @@ -# This dockerfile spins up an instance of tachi-server and *tachi-server* alone. -# It does not spin up mongodb instances or redis instances, which the server -# does need to boot. You should consider using docker-compose for this. - FROM node:16-alpine as base RUN npm install --silent -g pnpm diff --git a/Dockerfile.ghbot b/Dockerfile.ghbot index 09e111426..58314a4f2 100644 --- a/Dockerfile.ghbot +++ b/Dockerfile.ghbot @@ -1,7 +1,3 @@ -# This dockerfile spins up an instance of tachi-server and *tachi-server* alone. -# It does not spin up mongodb instances or redis instances, which the server -# does need to boot. You should consider using docker-compose for this. - FROM node:16-alpine as base RUN npm install --silent -g pnpm