remove nats-api from api dev image
This commit is contained in:
parent
6a9bc56723
commit
a3ff6efebc
|
@ -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 /
|
||||
|
||||
|
|
Loading…
Reference in New Issue