Skip to content

Commit

Permalink
Merge pull request #64 from wri/feat/odp-149
Browse files Browse the repository at this point in the history
Feat/odp 149
  • Loading branch information
steveoni authored Nov 2, 2023
2 parents 71c2615 + f3ce49f commit 75c81af
Show file tree
Hide file tree
Showing 55 changed files with 6,699 additions and 641 deletions.
6 changes: 6 additions & 0 deletions deployment/frontend/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
}
2 changes: 1 addition & 1 deletion deployment/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY . .

# You can setup env vars here or via `.env` file

RUN npm ci
RUN npm ci -f
RUN npm run build
EXPOSE 3000

Expand Down
Loading

0 comments on commit 75c81af

Please sign in to comment.