mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-05 01:51:23 +01:00
chore: split public and src
This commit is contained in:
parent
9a8eb05b9c
commit
76f86497c7
684 changed files with 2 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ RUN npm ci
|
|||
|
||||
# Copy source code
|
||||
COPY ./src ./src
|
||||
COPY ./public ./public
|
||||
COPY vite.config.js .
|
||||
|
||||
# Build the application
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue