We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7e47f commit 724064aCopy full SHA for 724064a
Dockerfile
@@ -7,6 +7,7 @@ RUN go install -v ./...
7
8
FROM alpine
9
COPY --from=build /go/src/app/templates /templates
10
+COPY --from=build /go/src/app/public /public
11
COPY --from=build /go/bin/tornote /usr/bin/tornote
12
13
ENV DATABASE_URL=postgres://postgres:postgres@postgres/postgres
0 commit comments