We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1ded5 commit 3be1b37Copy full SHA for 3be1b37
Dockerfile
@@ -4,7 +4,7 @@ ADD . /app
4
WORKDIR /app
5
6
RUN apk add --no-cache --update bash npm curl tar
7
-RUN bash metawrite.sh
+RUN npm run metawrite
8
9
FROM node:14-alpine as build-env
10
COPY --from=package-env /app /app
metawrite.sh
0 commit comments