fix
This commit is contained in:
parent
211f6c75ad
commit
4abf616637
@ -3,7 +3,7 @@ WORKDIR /alkator
|
|||||||
COPY . .
|
COPY . .
|
||||||
run pacman -Syu python python-weasyprint python-dateutil python-django npm --noconfirm
|
run pacman -Syu python python-weasyprint python-dateutil python-django npm --noconfirm
|
||||||
RUN sudo -u ab -D~ bash -c 'yay -Syu --removemake --needed --noprogressbar --noconfirm python-daphne'
|
RUN sudo -u ab -D~ bash -c 'yay -Syu --removemake --needed --noprogressbar --noconfirm python-daphne'
|
||||||
RUN cd frontent && npm install && npm run build && rm -rf node_modules && cd ..
|
RUN cd frontend && npm install && npm run build && rm -rf node_modules && cd ..
|
||||||
RUN python manage.py collectstatic
|
RUN python manage.py collectstatic
|
||||||
EXPOSE 8002
|
EXPOSE 8002
|
||||||
CMD ["/usr/bin/daphne", "alkator.asgi:application", "-p", "8002"]
|
CMD ["/usr/bin/daphne", "alkator.asgi:application", "-p", "8002"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user