Skip to content

Commit 376ad39

Browse files
authored
Merge pull request #12 from BackendStack21/v2.1.0
v2.1.0
2 parents dfcd8d3 + 3d9ba6b commit 376ad39

File tree

5 files changed

+9
-1434
lines changed

5 files changed

+9
-1434
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
FROM node:12-alpine
1+
FROM node:16-alpine
22

33
RUN mkdir /restana-static
44
WORKDIR /restana-static
55

66
COPY package.json .
7-
COPY package-lock.json .
87
COPY index.js .
98
COPY server.js .
109
COPY middlewares.js .

0 commit comments

Comments
 (0)