Step 3 migration: frontend reads API with local fallback
This commit is contained in:
@@ -2,6 +2,7 @@ FROM nginx:1.27-alpine
|
||||
|
||||
WORKDIR /usr/share/nginx/html
|
||||
|
||||
COPY nginx/default.conf /etc/nginx/conf.d/default.conf
|
||||
COPY index.html ./index.html
|
||||
COPY styles.css ./styles.css
|
||||
COPY app.js ./app.js
|
||||
|
||||
Reference in New Issue
Block a user