Fix: Kots should be sorted by date as a relationship of the voucher. This was causing them to appear in random order in sales.
This commit is contained in:
@ -2,7 +2,7 @@ FROM node:latest AS builder
|
||||
ADD https://git.tanshu.com/api/v1/repos/tanshu/barker/tags /tags.json
|
||||
RUN git clone --single-branch --depth 1 --branch latest https://git.tanshu.com/tanshu/barker.git /app
|
||||
WORKDIR /app/bookie
|
||||
RUN npm install --unsafe-perm && /app/bookie/node_modules/.bin/ng build --prod
|
||||
RUN npm install --unsafe-perm && /app/bookie/node_modules/.bin/ng build
|
||||
|
||||
|
||||
FROM python:latest
|
||||
|
||||
Reference in New Issue
Block a user