Skip to content

Commit 5492582

Browse files
raghavyuvazhravan
authored andcommitted
fix: update dockerfile to copy extensions templates folder in production
1 parent 1382c93 commit 5492582

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN go mod download
99

1010
COPY . .
1111
COPY ./migrations /app/migrations
12+
COPY ./templates /app/templates
1213

1314
RUN make build
1415

@@ -20,6 +21,7 @@ WORKDIR /app
2021

2122
COPY --from=builder /app/bin/nixopus-api .
2223
COPY --from=builder /app/migrations ./migrations
24+
COPY --from=builder /app/templates ./templates
2325

2426
RUN mkdir -p /etc/nixopus/ssh && \
2527
chmod 700 /etc/nixopus/ssh && \

0 commit comments

Comments
 (0)