docker env vars, remove notifications from backend

This commit is contained in:
Maxi Quoß
2022-02-26 03:10:12 +01:00
parent 82e0ae01ad
commit 2b6b804282
12 changed files with 88 additions and 51 deletions

View File

@@ -18,8 +18,6 @@ COPY app/frontend/package*.json ./
COPY app/frontend/src ./src
COPY app/frontend/public ./public
COPY app/frontend/rollup.config.js ./
RUN npm install
RUN npm run build
FROM base
WORKDIR /app