Skip to content

Commit 4053e4a

Browse files
authored
Update Dockerfile
Signed-off-by: Atif Ather <[email protected]>
1 parent 8bc30c9 commit 4053e4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ COPY . /app
2929
RUN apt-get update && apt-get install -y make
3030

3131
# Change to the ./web directory and build the frontend
32-
WORKDIR /app/web
33-
RUN ls
32+
WORKDIR /app
3433
RUN make build-web
3534

3635
# Stage 3: Create the final image

0 commit comments

Comments
 (0)