Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsparrow committed Mar 11, 2024
1 parent 5343642 commit 02cc1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM node:21-alpine3.18 as build
WORKDIR /app
COPY . .
COPY ./graphql_schema /metadata
COPY ./graphql_schema /metadata/graphql

ENV CI=true

Expand Down

0 comments on commit 02cc1fc

Please sign in to comment.