Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Atif Ather <40694397+atifather@users.noreply.github.com>
  • Loading branch information
atifather authored Dec 14, 2023
1 parent a8a0cad commit 2f89539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY . /app
RUN apt-get update && apt-get install -y make

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

# Stage 2: Build the Go application
Expand Down

0 comments on commit 2f89539

Please sign in to comment.