Skip to content

Commit

Permalink
Fix cp/cd.
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece committed Dec 12, 2023
1 parent e3f2f46 commit bb66c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ RUN npm run build

FROM production-builds AS builtin

RUN cp builtin \
RUN cd builtin \
&& bash build.sh

0 comments on commit bb66c1a

Please sign in to comment.