Skip to content

Commit 3bd6737

Browse files
committed
[teamd] Fix a bug in sonic-net#305 that will break teamd
1 parent 873f6f8 commit 3bd6737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockers/docker-teamd/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ debs/{{ deb }}{{' '}}
1414
{%- endfor %}
1515

1616
COPY ["start.sh", "config.sh", "/usr/bin/"]
17-
COPY ["teamd.j2", "/usr/share/sonic/templates"]
17+
COPY ["teamd.j2", "/usr/share/sonic/templates/"]
1818

1919
## Make apt-get non-interactive
2020
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)