21 lines
1.4 KiB
Docker
21 lines
1.4 KiB
Docker
FROM nginx:1.27-alpine
|
|
|
|
COPY product/site/nginx-site.conf /etc/nginx/conf.d/default.conf
|
|
COPY product/site/index.html /usr/share/nginx/html/index.html
|
|
COPY product/site/styles.css /usr/share/nginx/html/styles.css
|
|
COPY product/site/script.js /usr/share/nginx/html/script.js
|
|
COPY product/site/squaremcp-logo.svg /usr/share/nginx/html/squaremcp-logo.svg
|
|
COPY product/site/squaremcp-logo-256.bmp /usr/share/nginx/html/squaremcp-logo-256.bmp
|
|
COPY product/site/squaremcp-logo-512.png /usr/share/nginx/html/squaremcp-logo-512.png
|
|
COPY product/site/squaremcp-hero-loop.mp4 /usr/share/nginx/html/squaremcp-hero-loop.mp4
|
|
COPY product/site/squaremcp-tiktok-launch.mp4 /usr/share/nginx/html/squaremcp-tiktok-launch.mp4
|
|
COPY product/site/squaremcp-broker-demo.mp4 /usr/share/nginx/html/squaremcp-broker-demo.mp4
|
|
COPY product/site/tiktok /usr/share/nginx/html/tiktok
|
|
COPY product/site/tiktokkFNJHjzDuzvGIlXnK4MaGw3MSluybOih.txt /usr/share/nginx/html/tiktokkFNJHjzDuzvGIlXnK4MaGw3MSluybOih.txt
|
|
COPY product/site/privacy.html /usr/share/nginx/html/privacy.html
|
|
COPY product/site/privacy /usr/share/nginx/html/privacy
|
|
COPY product/site/terms.html /usr/share/nginx/html/terms.html
|
|
COPY product/site/terms /usr/share/nginx/html/terms
|
|
COPY product/site/tiktok/tiktokIIxGZsCAoYNJVObSA8cYj8FyWrAu1nIW.txt /usr/share/nginx/html/tiktokIIxGZsCAoYNJVObSA8cYj8FyWrAu1nIW.txt
|
|
COPY product/site/tiktok/tiktokwJMUoUxgRBFO9T8p08qlMgtsez0Ktr9y.txt /usr/share/nginx/html/tiktokwJMUoUxgRBFO9T8p08qlMgtsez0Ktr9y.txt
|