Skip to content

Commit

Permalink
support directory listing
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirGer authored and rielas committed Mar 7, 2024
1 parent 2f14a98 commit c375ca2
Show file tree
Hide file tree
Showing 8 changed files with 292 additions and 111 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,6 @@ COPY --chown=node:node --from=build /usr/src/app/dist ./dist
COPY --chown=node:node --from=build /usr/src/app/client/node_modules ./client/node_modules
COPY --chown=node:node --from=build /usr/src/app/client/package*.json ./client/
COPY --chown=node:node --from=build /usr/src/app/client/build ./client/build
COPY --chown=node:node --from=build /usr/src/app/client/vcs ./client/vcs

CMD ["npm", "run", "start:prod"]
25 changes: 0 additions & 25 deletions client/Dockerfile

This file was deleted.

52 changes: 0 additions & 52 deletions client/nginx-config/default.conf

This file was deleted.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"cypress:run": "cypress open --browser chrome",
"test": "start-test 3001 cypress:run",
"start": "cross-env PORT=3001 react-scripts start",
"build": "react-scripts build && cp -r vcs/git build/.git && cp -r vcs/hg build/.hg && cp -r vcs/svn build/.svn",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit c375ca2

Please sign in to comment.