about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e003845..6bb18b9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,7 @@ RUN yarn build
 
 FROM server-cache as server
 WORKDIR /server
-COPY server/src src
+COPY server/ ./
 RUN cargo build --release
 
 FROM alpine:latest