mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-03-23 23:57:23 +01:00
Update Dockerfile to include TypeScript config (#1339)
* Update Dockerfile to include TypeScript config Added TypeScript configuration and updated Vite config file. * Update version
This commit is contained in:
parent
f57b9abb8e
commit
badaf71504
3 changed files with 5 additions and 3 deletions
|
|
@ -12,9 +12,11 @@ RUN npm ci
|
|||
# Copy source code
|
||||
COPY ./src ./src
|
||||
COPY ./public ./public
|
||||
COPY vite.config.js .
|
||||
COPY tsconfig.json .
|
||||
COPY vite.config.ts .
|
||||
|
||||
# Build the application
|
||||
ENV NETLIFY=true
|
||||
RUN npm run build
|
||||
|
||||
# Production stage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue