Skip to content

Commit fb692bf

Browse files
committed
add .dockerignore
1 parent b3b0bc5 commit fb692bf

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.dockerignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ WORKDIR /usr/src/app
66

77
COPY . .
88

9+
RUN npm install
10+
911
EXPOSE 443
1012
EXPOSE 80
1113

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@edgeworkscreative/self-hosted-unpkg",
2+
"name": "@interactivetraining/self-hosted-unpkg",
33
"version": "0.0.1",
44
"private": true,
55
"description": "",

0 commit comments

Comments
 (0)