mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-22 23:18:05 +03:00
fix: remove completely false docs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user