Skip to content

Commit 34bd08d

Browse files
committed
[DOP-29496] Change config.yaml -> config.yml file name
1 parent 5cf362d commit 34bd08d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ COPY ./docker/entrypoint.sh /entrypoint.sh
2525
COPY --from=yq /usr/bin/yq /usr/bin/yq
2626
RUN chmod +x /entrypoint.sh /usr/bin/yq
2727

28-
ENV SYNCMASTER_CONFIG_FILE=/app/config.yaml
29-
3028
ENTRYPOINT ["/entrypoint.sh"]
3129
CMD ["nginx", "-g", "daemon off;"]
3230
EXPOSE 3000

0 commit comments

Comments
 (0)