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 13, 2023
1 parent 8bc30c9 commit 4053e4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ COPY . /app
RUN apt-get update && apt-get install -y make

# Change to the ./web directory and build the frontend
WORKDIR /app/web
RUN ls
WORKDIR /app
RUN make build-web

# Stage 3: Create the final image
Expand Down

0 comments on commit 4053e4a

Please sign in to comment.