Skip to content

Commit 3be1b37

Browse files
committed
update Dockerfile
1 parent 9f1ded5 commit 3be1b37

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ADD . /app
44
WORKDIR /app
55

66
RUN apk add --no-cache --update bash npm curl tar
7-
RUN bash metawrite.sh
7+
RUN npm run metawrite
88

99
FROM node:14-alpine as build-env
1010
COPY --from=package-env /app /app

metawrite.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)