Skip to content

Commit

Permalink
Cleanup the repo!
Browse files Browse the repository at this point in the history
* Move web2 -> web -- this was an artifact from the original fork where
  I wanted to keep the original webapp running side by side. We've
expanded the scope a lot since then and it doesn't make sense to keep
this name
* Remove old/ directory - this was leftover from the fork as well
* Remove various files like PR template (we'll make a new one when we're
  ready) and CODE_OF_CONDUCT
  • Loading branch information
chrisbenincasa committed Mar 5, 2024
1 parent 1aeb85a commit c7ea7ab
Show file tree
Hide file tree
Showing 214 changed files with 194 additions and 54,370 deletions.
5 changes: 0 additions & 5 deletions BREAKING_CHANGES.md

This file was deleted.

76 changes: 0 additions & 76 deletions CODE_OF_CONDUCT.md

This file was deleted.

4 changes: 2 additions & 2 deletions build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
COPY server/ ./server
COPY shared/ ./shared
COPY types ./types
COPY web2 ./web2
COPY web ./web

FROM sources AS prod-deps
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --prod --frozen-lockfile
Expand Down Expand Up @@ -66,4 +66,4 @@ CMD [ "/tunarr/server/build/bundle.js" ]

### Full stack ###
FROM server AS full-stack
COPY --from=build-web /tunarr/web2/dist /tunarr/server/build/web
COPY --from=build-web /tunarr/web/dist /tunarr/server/build/web
4 changes: 2 additions & 2 deletions nvidia.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
COPY server/ ./server
COPY shared/ ./shared
COPY types ./types
COPY web2 ./web2
COPY web ./web

FROM sources AS prod-deps
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --prod --frozen-lockfile
Expand Down Expand Up @@ -74,4 +74,4 @@ CMD [ "/tunarr/server/build/bundle.js" ]

### Full stack ###
FROM server AS full-stack
COPY --from=build-web /tunarr/web2/dist /tunarr/server/build/web
COPY --from=build-web /tunarr/web/dist /tunarr/server/build/web
14 changes: 0 additions & 14 deletions old/Dockerfile

This file was deleted.

6 changes: 0 additions & 6 deletions old/Dockerfile-builder

This file was deleted.

14 changes: 0 additions & 14 deletions old/Dockerfile-nvidia

This file was deleted.

79 changes: 0 additions & 79 deletions old/README.md

This file was deleted.

62 changes: 0 additions & 62 deletions old/dizquetv-nvidia.xml

This file was deleted.

46 changes: 0 additions & 46 deletions old/dizquetv.xml

This file was deleted.

35 changes: 0 additions & 35 deletions old/make_dist.sh

This file was deleted.

Loading

0 comments on commit c7ea7ab

Please sign in to comment.