Skip to content

Commit

Permalink
fix: missing file in docker build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Sep 22, 2024
1 parent ddcc54c commit 6269063
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ COPY .babelrc.js .
COPY webpack.config.js .
COPY package.json .
COPY package-lock.json .
COPY tsconfig.json .

# files: source
COPY index.html .
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@davidlougheed/snipe",
"version": "1.1.0",
"version": "1.1.1",
"description": "A web tool for optimally choosing eDNA primer pairs to identify a set of taxa. ",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6269063

Please sign in to comment.