Skip to content

Commit

Permalink
refactor Dockerfile directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed Aug 21, 2024
1 parent d998caf commit df64a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bridge-frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM node:22-alpine

# setup container data structure
RUN mkdir -p /home/obscuro/go-obscuro/tools/bridge
RUN mkdir -p /home/obscuro/go-obscuro/tools
COPY ./tools/bridge-frontend /home/obscuro/go-obscuro/tools/bridge-frontend

WORKDIR /home/obscuro/go-obscuro/tools/bridge-frontend
Expand Down

0 comments on commit df64a04

Please sign in to comment.