aboutsummaryrefslogtreecommitdiffhomepage
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 aecd0c5..9b08ef4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,7 +6,7 @@ COPY frontend/package.json frontend/package-lock.json ./
RUN npm install
COPY frontend/ ./
-COPY common/graphql/schema.graphql src/graphql/schema.graphql
+COPY graphql/schema.graphql src/graphql/schema.graphql
RUN npm run build
##########################################