Skip to content

Commit

Permalink
Update StaticBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
wmuldergov committed Jan 26, 2024
1 parent c5286bb commit 15ce834
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compose/frontend/StaticBuild
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ COPY ./compose/frontend/default.conf /etc/nginx/conf.d
COPY --from=buildnode /app/build /usr/share/nginx/html
RUN chmod -R 777 /run /var/log/nginx /var/cache/nginx /usr/share/nginx/html/static/js

#THREE LINES BELOW ARE TEMPORARY FOR THE PRIVATE BETA
#FOUR LINES BELOW ARE TEMPORARY FOR THE PRIVATE BETA
RUN mkdir -p /etc/apache2
RUN touch /etc/apache2/.htpasswd
RUN chmod -R 777 /etc/apache2/.htpasswd
RUN chmod o+w /etc/nginx/conf.d


ARG DEBUG_BUILD=false
Expand Down

0 comments on commit 15ce834

Please sign in to comment.