|
@@ -14,11 +14,11 @@ EXPOSE 5000
|
|
|
|
|
|
COPY logging.conf .
|
|
COPY logging.conf .
|
|
|
|
|
|
-COPY ./lib/ /app/rollbot
|
|
|
|
|
|
+COPY ./rollbot/ /app/rollbot
|
|
|
|
|
|
RUN pip3 install -e /app/rollbot
|
|
RUN pip3 install -e /app/rollbot
|
|
|
|
|
|
-COPY ./src/ /app/commands
|
|
|
|
|
|
+COPY ./commands/ /app/commands
|
|
|
|
|
|
RUN pip3 install -e /app/commands
|
|
RUN pip3 install -e /app/commands
|
|
|
|
|