Revert make dev to plain runserver

The runserver_plus has problems with cache not being invalidated
This commit is contained in:
2023-01-13 16:52:05 +01:00
parent 2defdd4657
commit d8ece979a8
2 changed files with 2 additions and 2 deletions

View File

@ -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 \