Skip to content

Commit

Permalink
chore: remove frontend vue (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtangelo authored Jul 5, 2023
1 parent a8c5d6d commit c70df7d
Show file tree
Hide file tree
Showing 112 changed files with 0 additions and 10,110 deletions.
11 changes: 0 additions & 11 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,6 @@ services:
- 8081:80
expose:
- 8081
frontend-vue:
build:
context: ./frontend_vue
dockerfile: dev.dockerfile
image: webpersonal.azurecr.io/jb-frontend:latest
volumes:
- ./frontend/src:/app/src
ports:
- 3001:3001
expose:
- 3001
db:
image: postgres:14.7-alpine # this is the image that we want to run (aka app)
restart: always
Expand Down
4 changes: 0 additions & 4 deletions frontend_vue/.dockerignore

This file was deleted.

6 changes: 0 additions & 6 deletions frontend_vue/.eslintignore

This file was deleted.

83 changes: 0 additions & 83 deletions frontend_vue/.eslintrc.cjs

This file was deleted.

30 changes: 0 additions & 30 deletions frontend_vue/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions frontend_vue/.vscode/extensions.json

This file was deleted.

16 changes: 0 additions & 16 deletions frontend_vue/Dockerfile

This file was deleted.

11 changes: 0 additions & 11 deletions frontend_vue/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions frontend_vue/dev.dockerfile

This file was deleted.

24 changes: 0 additions & 24 deletions frontend_vue/index.html

This file was deleted.

12 changes: 0 additions & 12 deletions frontend_vue/nginx.conf

This file was deleted.

41 changes: 0 additions & 41 deletions frontend_vue/package.json

This file was deleted.

6 changes: 0 additions & 6 deletions frontend_vue/postcss.config.cjs

This file was deleted.

Binary file not shown.
Binary file removed frontend_vue/public/icons/android-chrome-512x512.png
Binary file not shown.
Binary file removed frontend_vue/public/icons/apple-touch-icon.png
Binary file not shown.
9 changes: 0 additions & 9 deletions frontend_vue/public/icons/browserconfig.xml

This file was deleted.

Binary file removed frontend_vue/public/icons/favicon-16x16.png
Binary file not shown.
Binary file removed frontend_vue/public/icons/favicon-32x32.png
Binary file not shown.
Binary file removed frontend_vue/public/icons/favicon.ico
Binary file not shown.
Binary file removed frontend_vue/public/icons/mstile-150x150.png
Binary file not shown.
Loading

0 comments on commit c70df7d

Please sign in to comment.