Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

added node in docker-compose.yml #19

Merged
merged 2 commits into from
Oct 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ services:
depends_on:
- db

node:
image: node:14-bullseye-slim
volumes:
- ./:/app:rw
working_dir: /app
command: >
bash -c "npm install
&& npm run watch"

db:
image: postgres
environment:
Expand Down
1,644 changes: 749 additions & 895 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@tailwindcss/typography": "^0.3.0",
"@vue/compiler-sfc": "^3.0.5",
"axios": "^0.21",
"fsevents": "^2.3.2",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
Expand Down
4 changes: 2 additions & 2 deletions public/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/js/app.js": "/js/app.js?id=206fb04508c866b585d7",
"/css/app.css": "/css/app.css?id=43dfbb3fc01ba9c6428f"
"/js/app.js": "/js/app.js?id=06160a744d08cd20027b",
"/css/app.css": "/css/app.css?id=ad119b02f42b109fc241"
}