fix: use otto instead of v8go

This commit is contained in:
Lakhan Samani
2021-10-29 21:41:47 +05:30
parent 3ed5426467
commit bc53974d2a
4 changed files with 14 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ ARG VERSION="latest"
ENV VERSION="$VERSION"
RUN echo "$VERSION"
RUN apk add build-base &&\
RUN apk add build-base nodejs &&\
make clean && make && \
chmod 777 build/server