Skip to content

Commit e40cf99

Browse files
committed
Fix old outdated project
1 parent 596f549 commit e40cf99

File tree

5 files changed

+1724
-16
lines changed

5 files changed

+1724
-16
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
package-lock.json
21
.github
32
.gitignore
43
CODE_OF_CONDUCT.md

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ lib-cov
99

1010
yarn.lock
1111

12-
13-
package-lock.json
14-
1512
pids
1613
logs
1714
results

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:19.9.0-bullseye-slim
1+
FROM node:latest
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)