Revert make dev to plain runserver
The runserver_plus has problems with cache not being invalidated
This commit is contained in:
@ -6,7 +6,7 @@ RUN npm install && \
|
||||
|
||||
FROM python:3.10.9-alpine
|
||||
|
||||
ENV VERSION_NUMBER 0.2.0
|
||||
ENV VERSION_NUMBER 0.2.0-1-g2defdd4
|
||||
ENV PROD 1
|
||||
|
||||
RUN apk add \
|
||||
|
Reference in New Issue
Block a user