Skip to content

Commit 5e7923f

Browse files
author
Samuel Esan
committed
build: update Dockerfile
1 parent b492104 commit 5e7923f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN npm run build
1616

1717
FROM nginx:latest
1818

19-
COPY --from=build-env /app/dist/formly-editor /usr/share/nginx/html
19+
COPY --from=build-env /app/dist/formly-editor/browser /usr/share/nginx/html
2020
COPY ./nginx/default.conf.template /etc/nginx/templates/
2121

2222
EXPOSE 80

0 commit comments

Comments
 (0)