Add year filter redirects
This commit is contained in:
parent
6e7eb9ce52
commit
7cb63470cd
3 changed files with 52 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ RUN npm run build
|
|||
|
||||
FROM nginx:1.29-alpine
|
||||
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
COPY --from=build /app/dist /usr/share/nginx/html
|
||||
|
||||
EXPOSE 80
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue