Skip to content

Commit 7c5ce01

Browse files
committed
fix build
1 parent 463c2a2 commit 7c5ce01

File tree

3 files changed

+1455
-230
lines changed

3 files changed

+1455
-230
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY package.json package-lock.json* ./
99
RUN npm ci && npm cache clean --force
1010

1111
COPY . .
12-
# RUN make compile
12+
RUN make compile
1313

1414
EXPOSE 8080
1515

0 commit comments

Comments
 (0)