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