Skip to content

Commit 4dc409a

Browse files
committed
build(docker): fix COPY files
1 parent 1526346 commit 4dc409a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ COPY --link --from=python:3.10-slim /lib6[4] /lib64
3131
COPY --link --from=build /app/dist/telegramus /app/telegramus
3232

3333
WORKDIR /app
34-
COPY config.json messages.json /app/
34+
COPY config.json module_configs/ langs/ /app/
3535

3636
# Run main script
3737
CMD ["telegramus"]

0 commit comments

Comments
 (0)