Skip to content

Commit

Permalink
remove frontend (#565)
Browse files Browse the repository at this point in the history
* remove frontend

* remove frontend from dockerfile
  • Loading branch information
wolfv authored Feb 13, 2023
1 parent a05d002 commit c0e3e2f
Show file tree
Hide file tree
Showing 23 changed files with 0 additions and 21,451 deletions.
9 changes: 0 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# Build the frontend
FROM node:14 as node

COPY quetz_frontend /quetz_frontend
RUN cd /quetz_frontend \
&& npm install \
&& npm run build

# Build conda environment
FROM condaforge/mambaforge:4.9.2-7 as conda

Expand All @@ -21,7 +13,6 @@ FROM debian:buster-slim

ENV LANG=C.UTF-8 LC_ALL=C.UTF-8

COPY --from=node /quetz_frontend/dist /quetz-frontend
COPY --from=conda /env /env

# Set WORKDIR to /tmp because quetz always creates a quetz.log file
Expand Down
22 changes: 0 additions & 22 deletions quetz_frontend/.gitignore

This file was deleted.

24 changes: 0 additions & 24 deletions quetz_frontend/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions quetz_frontend/babel.config.js

This file was deleted.

Loading

0 comments on commit c0e3e2f

Please sign in to comment.