Skip to content

Commit

Permalink
Remove data from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoff97 committed Sep 30, 2024
1 parent b6d3b6b commit 144942e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ FROM node:20.5.1 AS frontend_build

WORKDIR /app

COPY ./backend-rust/download_data.sh ./
RUN ./download_data.sh && ls && ls data

COPY ./frontend/package.json ./
COPY ./frontend/package-lock.json ./

Expand Down Expand Up @@ -34,7 +31,7 @@ FROM docker.io/debian:bookworm-slim

WORKDIR /app

COPY --from=frontend_build /app/data ./data
RUN mkdir data

## copy the main binary
COPY --from=backend_build /build/main ./
Expand Down

0 comments on commit 144942e

Please sign in to comment.