diff options
| author | Paweł Bernaciak <pawelbernaciak@zohomail.eu> | 2023-11-12 16:43:51 +0100 |
|---|---|---|
| committer | Paweł Bernaciak <pawelbernaciak@zohomail.eu> | 2023-11-12 16:43:51 +0100 |
| commit | 024dc2736e7b422700a4ee48fb2b5022661c889e (patch) | |
| tree | 557d3cc3343285f16724b5e458edd3db69c5c456 /frontend/dev.Dockerfile | |
| parent | 141402fdf7b4d49a012204f4418c74e48e26152f (diff) | |
Switch to docker compose watch
Diffstat (limited to 'frontend/dev.Dockerfile')
| -rw-r--r-- | frontend/dev.Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/dev.Dockerfile b/frontend/dev.Dockerfile index 3afc332..90dc496 100644 --- a/frontend/dev.Dockerfile +++ b/frontend/dev.Dockerfile @@ -6,4 +6,7 @@ COPY package.json ./ COPY package-lock.json ./ RUN npm install + +COPY ./ ./ + CMD ["npm", "run", "dev"]
\ No newline at end of file |
