Skip to content

Commit

Permalink
fixed npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
H3rmt committed Jan 23, 2024
1 parent 0b18363 commit bdd9ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY astro.config.mjs tailwind.config.cjs tsconfig.json ./
COPY public/ ./public
COPY src/ ./src
COPY info.json ./info.json
RUN npm build
RUN npm run build

COPY --from=build-stage /app/LocalFileSharing ./LocalFileSharing

Expand Down

0 comments on commit bdd9ebd

Please sign in to comment.