Skip to content

Commit

Permalink
update vpn build
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanwerfling committed Jul 11, 2024
1 parent 6272e65 commit f001d1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vpn/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ WORKDIR /opt/flyingfish/core
RUN npm run build

WORKDIR /opt/flyingfish/node_modules/tuntap2
RUN npm run build
RUN npm run build --loglevel verbose

WORKDIR /opt/flyingfish/vpn
RUN npm run build
Expand Down
2 changes: 1 addition & 1 deletion vpn/src/inc/VpnServer.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import express, {Application, request, response} from 'express';
import express, {Application} from 'express';
import session from 'express-session';
import * as http from 'http';
import {v4 as uuid} from 'uuid';
Expand Down

0 comments on commit f001d1b

Please sign in to comment.