diff --git a/Dockerfile b/Dockerfile index 0b33377..907a405 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,7 @@ RUN pip install --no-cache-dir -r /tmp/requirements.txt WORKDIR /app COPY server.py . COPY CHANGELOG.md . +COPY VERSION . COPY core/ core/ COPY routes/ routes/ COPY static/ static/