Skip to content

Commit 6269063

Browse files
committed
fix: missing file in docker build stage
1 parent ddcc54c commit 6269063

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ COPY .babelrc.js .
77
COPY webpack.config.js .
88
COPY package.json .
99
COPY package-lock.json .
10+
COPY tsconfig.json .
1011

1112
# files: source
1213
COPY index.html .

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@davidlougheed/snipe",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A web tool for optimally choosing eDNA primer pairs to identify a set of taxa. ",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)