mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
feat(frontend): redo setup with ts+tailwind and implement auth+header
This commit is contained in:
parent
f2065d3f1f
commit
05f230a7ce
32 changed files with 5927 additions and 2749 deletions
|
|
@ -20,7 +20,7 @@ LABEL stage="build-api"
|
|||
RUN npm ci
|
||||
|
||||
COPY src/ /app/src/
|
||||
RUN npm run build
|
||||
RUN NODE_ENV=production npm run build
|
||||
|
||||
##################
|
||||
## build-frontend
|
||||
|
|
@ -32,9 +32,10 @@ WORKDIR /app/frontend
|
|||
|
||||
RUN npm ci
|
||||
|
||||
COPY frontend/postcss.config.js /app/frontend/postcss.config.js
|
||||
COPY frontend/src/ /app/frontend/src/
|
||||
COPY frontend/public/ /app/frontend/public/
|
||||
RUN npm run build
|
||||
RUN NODE_ENV=production npm run build
|
||||
|
||||
##################
|
||||
## app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue