Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Atif Ather <[email protected]>
  • Loading branch information
atifather authored Dec 14, 2023
1 parent b77de4e commit b71d8e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ FROM node:18 AS frontend
WORKDIR /app/web

# Copy only the necessary files for the frontend build
COPY ./web/package.json ./web/package-lock.json ./
COPY ./web/Makefile ./
COPY ./web/src ./src
COPY ./web ./

# Install make, required for the build process
RUN apt-get update && apt-get install -y make
Expand Down

0 comments on commit b71d8e5

Please sign in to comment.