Skip to content

Commit 5b0ce09

Browse files
authored
Update Dockerfile
Signed-off-by: Atif Ather <[email protected]>
1 parent 7894ff2 commit 5b0ce09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM node:18 AS frontend
55
WORKDIR /app
66

77
# Copy only the necessary files for the frontend build
8-
COPY ./web /app/web/
8+
COPY ./web /app
99

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

0 commit comments

Comments
 (0)