Skip to content

Commit ec510e6

Browse files
committed
Updated with witch and functional build
1 parent 661f628 commit ec510e6

File tree

4 files changed

+709
-538
lines changed

4 files changed

+709
-538
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM node:lts-alpine
1+
FROM node:16.19.0-alpine
22

33
WORKDIR /app
44

55
COPY package*.json ./
6-
RUN npm ci
6+
RUN npm ci --legacy-deps
77

88
COPY . .
9-
RUN npm run lint && npm run build
9+
RUN npm run build
1010

1111
RUN npm install -g http-server
1212

0 commit comments

Comments
 (0)