Web Worker regex test (#1354)

Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
This commit is contained in:
Hari Narayanan
2020-12-01 21:21:13 +05:30
committed by GitHub
parent 63a1f52482
commit b774a59db2
10 changed files with 201 additions and 11 deletions

View File

@@ -8,12 +8,13 @@ RUN apk add --update --no-cache \
# Create app directory
WORKDIR /app
ADD . /app/
COPY package*.json ./
RUN npm install
ADD . /app/
COPY . .
RUN npm run generate