Skip to content

Commit

Permalink
memgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacramentix committed Jul 14, 2024
1 parent 53811c3 commit 5688e61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dockerfile.memgraph
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@ WORKDIR /project

COPY . .

WORKDIR /project/sql-dump-to-neo4j
WORKDIR /project/sql-dump-to-memgraph

RUN npm i

WORKDIR /project/

COPY --from=neo4j /startup/ /startup/

CMD \
cd /project/sql-dump-to-neo4j &&\
Expand Down

0 comments on commit 5688e61

Please sign in to comment.