diff --git a/Dockerfile b/Dockerfile index 0d0f164..60758af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY requirements.txt ./ RUN pip install -r requirements.txt --no-deps COPY bot.py ./ -COPY assets ./ -COPY scripts ./ -COPY konabot ./ +COPY assets ./assets +COPY scripts ./scripts +COPY konabot ./konabot CMD [ "python", "bot.py" ]