mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
more fixes
This commit is contained in:
parent
a2e93bb17b
commit
0f18fb2b47
@ -78,6 +78,6 @@ RUN yarn run generate
|
|||||||
##################################################################################
|
##################################################################################
|
||||||
FROM nginx:alpine as production
|
FROM nginx:alpine as production
|
||||||
|
|
||||||
COPY --from=base ./app/dedist/ /usr/share/nginx/html/
|
COPY --from=build ./app/dist/ /usr/share/nginx/html/
|
||||||
RUN rm /etc/nginx/conf.d/default.conf
|
RUN rm /etc/nginx/conf.d/default.conf
|
||||||
COPY maintenance/nginx/custom.conf /etc/nginx/conf.d/
|
COPY maintenance/nginx/custom.conf /etc/nginx/conf.d/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user