This commit is contained in:
2025-12-13 02:45:51 -03:00
parent 3c42ca9668
commit e2efbba5b8
2 changed files with 80 additions and 52 deletions

View File

@@ -1,8 +1,3 @@
FROM nginx:alpine
COPY public/ /usr/share/nginx/html
# Install wget and download jQuery
RUN apk add --no-cache wget && \
mkdir -p /usr/share/nginx/html/jquery && \
wget https://code.jquery.com/jquery-3.5.1.slim.min.js -O /usr/share/nginx/html/jquery/jquery-3.5.1.slim.min.js