Skip to content

Commit ba7c145

Browse files
authored
fix: add files under env/docker (#5234)
Signed-off-by: Frost Ming <me@frostming.com>
1 parent 239b10b commit ba7c145

File tree

1 file changed

+1
-0
lines changed
  • src/bentoml/_internal/container/frontend/dockerfile/templates

1 file changed

+1
-0
lines changed

src/bentoml/_internal/container/frontend/dockerfile/templates/base_v2.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ WORKDIR $BENTO_PATH
5555
{% endblock %}
5656

5757
{% block SETUP_BENTO_COMPONENTS %}
58+
COPY --chown={{ bento__user }}:{{ bento__user }} ./env/docker ./env/docker/
5859
{% for command in __options__commands %}
5960
RUN {{ command }}
6061
{% endfor %}

0 commit comments

Comments
 (0)