Web Worker regex test (#1354)
Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user