We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93bbbe2 commit 5b52c72Copy full SHA for 5b52c72
.dockerignore
@@ -0,0 +1,11 @@
1
+.git
2
+.github
3
+.nyc_output
4
+docs/
5
+test/
6
+reports/
7
+CHANGELOG.md
8
+.stryker-tmp
9
+stryker.log
10
+coverage.lcov
11
+node_modules/
Dockerfile
@@ -1,4 +1,4 @@
-FROM node:latest
+FROM node:lts-alpine3.12
WORKDIR /usr/src/app
@@ -10,4 +10,4 @@ COPY . .
EXPOSE 3000
12
13
-CMD [ "npm", "start" ]
+CMD [ "npm", "start" ]
0 commit comments