There was an error while loading. Please reload this page.
1 parent b3b0bc5 commit fb692bfCopy full SHA for fb692bf
.dockerignore
@@ -0,0 +1,8 @@
1
+.git/*
2
+.dockerignore
3
+.gitignore
4
+Dockerfile
5
+README.md
6
+.env
7
+node_modules
8
+npm-debug.log
Dockerfile
@@ -6,6 +6,8 @@ WORKDIR /usr/src/app
COPY . .
9
+RUN npm install
10
+
11
EXPOSE 443
12
EXPOSE 80
13
package.json
@@ -1,5 +1,5 @@
{
- "name": "@edgeworkscreative/self-hosted-unpkg",
+ "name": "@interactivetraining/self-hosted-unpkg",
"version": "0.0.1",
"private": true,
"description": "",
0 commit comments