Add default env for car and gpio requirements

This commit is contained in:
Piv
2020-08-23 22:41:38 +09:30
parent 22830fa43a
commit db111e6df7
2 changed files with 5 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ WORKDIR /app
COPY ./src /app
ENV CAR_VEHICLE=CAR_MOCK
ENV CAR_LIDAR=LIDAR_MOCK
# We aren't listening, just connecting, so probs won't need this.
# EXPOSE 1883
ENV PYTHONPATH=/app