Revert "move server.ts"

This reverts commit 4cf2e61dc0.
This commit is contained in:
Jannik Streek 2024-02-19 17:01:42 +01:00
parent 4cf2e61dc0
commit ef99f258c1
13 changed files with 35 additions and 36 deletions

View file

@ -92,7 +92,6 @@ COPY --chown=etherpad:etherpad ./var ./var
FROM build as development
COPY --chown=etherpad:etherpad ./src/package.json .npmrc ./src/pnpm-lock.yaml ./src/
COPY --chown=etherpad:etherpad ./pnpm-lock.yaml ./pnpm-lock.yaml
COPY --chown=etherpad:etherpad ./package.json ./package.json
COPY --chown=etherpad:etherpad ./src/bin ./src/bin