Skip to content

Commit

Permalink
Update openresty and node packages
Browse files Browse the repository at this point in the history
  • Loading branch information
GJFR committed Oct 23, 2024
1 parent 4418f57 commit d0651e0
Show file tree
Hide file tree
Showing 2 changed files with 260 additions and 218 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY /bci/web/vue ./
RUN npm run build


FROM openresty/openresty:1.25.3.1-3-bullseye AS nginx
FROM openresty/openresty:1.27.1.1-bullseye AS nginx
COPY ./nginx/start.sh /usr/local/bin/
COPY ./nginx/config /etc/nginx/config
COPY --from=ui-build-stage /app/dist /www/data
Expand Down
Loading

0 comments on commit d0651e0

Please sign in to comment.