Skip to content

Commit

Permalink
Merge pull request #402 from bcgov/dev-JC-NP-FOIMOD-3405
Browse files Browse the repository at this point in the history
removing unwanted files from src folder
  • Loading branch information
nagarajaPC-AOT authored Sep 24, 2024
2 parents 46e98b8 + 604dabf commit 0f46ae9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion api/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
node_modules
build
.nyc_output
.env
.git
*.log
1 change: 1 addition & 0 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ EXPOSE 7085
RUN chmod +x ./container-entrypoint.sh

ENTRYPOINT ["./container-entrypoint.sh"]

CMD ["node", "index.js"]

0 comments on commit 0f46ae9

Please sign in to comment.