Skip to content

Commit

Permalink
Section spell fix (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
nj879 authored Apr 19, 2023
1 parent 75457ce commit f1b57c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FeathrSandbox.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ USER root
## Install dependencies
RUN apt-get update -y && apt-get install -y nginx freetds-dev sqlite3 libsqlite3-dev lsb-release redis gnupg redis-server lsof

# UI Sectioin
# UI Section
## Remove default nginx index page and copy ui static bundle files
RUN rm -rf /usr/share/nginx/html/*
COPY --from=ui-build /usr/src/ui/build /usr/share/nginx/html
Expand Down

0 comments on commit f1b57c3

Please sign in to comment.