diff --git a/Dockerfile b/Dockerfile
index cb09f30275eb02d4af48fd1e2a79dd658c9cb17d..a78c7dc3feb59d6053410b5533d7d5ea10ce0e15 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,7 +8,7 @@ COPY Gopkg.lock Gopkg.toml /go/src/maubot.xyz/gitlab/
 WORKDIR /go/src/maubot.xyz/gitlab
 RUN dep ensure -vendor-only
 
-COPY . /go/src/maubot.xyx/gitlab
+COPY . /go/src/maubot.xyz/gitlab
 RUN CGO_ENABLED=0 go build -o /usr/bin/maulabbot