Skip to content

Commit f050e40

Browse files
committed
fix: correct package-lock version
1 parent b6cf6c4 commit f050e40

File tree

2 files changed

+336
-19818
lines changed

2 files changed

+336
-19818
lines changed

Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM node:alpine
2+
3+
RUN apk add --no-cache python make g++ postgresql postgresql-dev vim
4+
5+
ADD . /app

0 commit comments

Comments
 (0)