Skip to content

Commit e283db1

Browse files
author
Carlos Santana
authored
fix nginx Dockerbuild (#449)
Signed-off-by: Carlos Santana <csantana23@gmail.com>
1 parent c1b6a8b commit e283db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ RUN pip --no-cache-dir install git+https://github.com/linkchecker/linkchecker@v1
1010
# NodeJS Dependencies
1111
RUN npm ci
1212

13-
RUN npm build
13+
RUN npm run build
1414

1515
FROM quay.io/bitnami/nginx
1616

1717
EXPOSE 8080 8443
18-
COPY --from=builder /public /app
18+
COPY --from=builder /site/public /app

0 commit comments

Comments
 (0)