Skip to content

Commit

Permalink
build: update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Esan committed Jun 1, 2024
1 parent b492104 commit 5e7923f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN npm run build

FROM nginx:latest

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

EXPOSE 80

0 comments on commit 5e7923f

Please sign in to comment.