6
1
mirror of https://git.mills.io/saltyim/saltyim.git synced 2024-06-24 07:48:19 +00:00

Fix adding saltyd binary to Docker iamge

This commit is contained in:
James Mills 2022-03-22 09:47:26 +10:00
parent f4ce058ff0
commit 677f2a8fd5

@ -59,6 +59,7 @@ WORKDIR /
ENV GODEBUG=netdns=cgo
COPY --from=build /src/salty-chat /usr/local/bin/salty-chat
COPY --from=build /src/saltyd /usr/local/bin/saltyd
COPY .dockerfiles/entrypoint.sh /init