Added register page, email field, finished login + register UI, reduced the number of templates generated.
This commit is contained in:
@@ -26,7 +26,11 @@ RUN apk add --no-cache ca-certificates
|
||||
## Final build
|
||||
# Get
|
||||
COPY --from=builder /web-server/build ./build/
|
||||
COPY ./src/layouts ./layouts
|
||||
COPY ./src/layouts/components ./layouts/components
|
||||
COPY ./src/layouts/pages ./layouts/pages
|
||||
COPY ./src/layouts/static/styles/global.css ./layouts/static/styles/global.css
|
||||
COPY ./src/layouts/static/styles/stylesheet.css ./layouts/static/styles/stylesheet.css
|
||||
COPY ./src/layouts/static ./layouts/static
|
||||
COPY ./.env ./config/.env
|
||||
|
||||
# Run
|
||||
|
||||
Reference in New Issue
Block a user