Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Jan 3, 2024
1 parent a1dc50e commit 97f86b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get install --no-install-recommends -y nodejs && \
RUN npm install yarn -g

WORKDIR /polkamask
COPY . .
RUN git clone https://github.com/PolkaGate/polkaMask.git .

# Build the project
RUN yarn && yarn build
Expand Down

0 comments on commit 97f86b4

Please sign in to comment.