Once more
This commit is contained in:
parent
e05931fbe0
commit
7ba16af7dc
2 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
node_modules
|
node_modules
|
||||||
dist
|
dist
|
||||||
|
data/
|
||||||
.git
|
.git
|
||||||
.gitignore
|
.gitignore
|
||||||
*.md
|
*.md
|
||||||
|
|
|
||||||
|
|
@ -19,8 +19,6 @@ COPY src/ ./src/
|
||||||
COPY components/ ./components/
|
COPY components/ ./components/
|
||||||
COPY hooks/ ./hooks/
|
COPY hooks/ ./hooks/
|
||||||
COPY services/ ./services/
|
COPY services/ ./services/
|
||||||
COPY utils/ ./utils/
|
|
||||||
COPY data/ ./data/
|
|
||||||
COPY public/ ./public/
|
COPY public/ ./public/
|
||||||
|
|
||||||
ARG VITE_API_URL
|
ARG VITE_API_URL
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue