We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1382c93 commit 5492582Copy full SHA for 5492582
api/Dockerfile
@@ -9,6 +9,7 @@ RUN go mod download
9
10
COPY . .
11
COPY ./migrations /app/migrations
12
+COPY ./templates /app/templates
13
14
RUN make build
15
@@ -20,6 +21,7 @@ WORKDIR /app
20
21
22
COPY --from=builder /app/bin/nixopus-api .
23
COPY --from=builder /app/migrations ./migrations
24
+COPY --from=builder /app/templates ./templates
25
26
RUN mkdir -p /etc/nixopus/ssh && \
27
chmod 700 /etc/nixopus/ssh && \
0 commit comments