fix: remove completely false docs

This commit is contained in:
zkldi
2022-12-03 02:45:39 +00:00
parent 489fad867e
commit fa8ea37ee4
2 changed files with 0 additions and 8 deletions
-4
View File
@@ -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
-4
View File
@@ -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