Skip to content

Commit

Permalink
download development npm packages in Dockerfile as well (to get types…
Browse files Browse the repository at this point in the history
…cript)
  • Loading branch information
Woozl committed Mar 20, 2024
1 parent 93c131a commit 82ae16c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /app/frontend

# Install (and hopefully hit cached) node_modules
COPY frontend/package*.json ./
RUN npm ci --production
RUN npm ci

# Now copy over the source code and build it with Vite
# The static site files should be located at /app/frontend/dist in the container
Expand Down
1 change: 0 additions & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Audio Downloader</title>
</head>
Expand Down

0 comments on commit 82ae16c

Please sign in to comment.