remove nats-api from api dev image

This commit is contained in:
sadnub 2021-11-13 16:56:50 -05:00
parent 6a9bc56723
commit a3ff6efebc
1 changed files with 0 additions and 4 deletions

View File

@ -13,10 +13,6 @@ EXPOSE 8000 8383 8005
RUN groupadd -g 1000 tactical && \
useradd -u 1000 -g 1000 tactical
# Copy nats-api file
COPY natsapi/bin/nats-api /usr/local/bin/
RUN chmod +x /usr/local/bin/nats-api
# Copy dev python reqs
COPY .devcontainer/requirements.txt /