3 lines
77 B
Docker
3 lines
77 B
Docker
FROM nats:2.7.4-scratch
|
|
COPY ./nats-server.conf /nats-server.conf
|
|
EXPOSE 4223 |