diff --git a/Dockerfile b/Dockerfile index 50bb6a0..541cc93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,8 @@ WORKDIR /app COPY . . RUN pip install --no-cache-dir -r requirements.txt && \ - ln -s /destination /app/engine/static && \ + ln -s /destination /app/engine/static + # ln -s /destination /app/engine/static && \ # mv /app/data /data && \ # ln -s /data /app