diff --git a/Dockerfile b/Dockerfile index 02c87f5..e638abd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ WORKDIR / ADD ./bin/mg-telegram / ADD ./templates/ /templates/ ADD ./web/ /web/ +ADD ./translate/ /translate/ EXPOSE 3001