Skip to content

Commit

Permalink
fix typo in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
guplersaxanoid committed Oct 30, 2023
1 parent fa6b013 commit dc1859d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM node:18 as builder

WORKDIR /app
COPY ./pacakges/node ./
COPY ./packages/node ./

RUN npm install -g --force yarn@latest
RUN yarn pack -o /app.tgz
Expand Down

0 comments on commit dc1859d

Please sign in to comment.