Compare commits
No commits in common. "26c11dcbbea3b257d7fd271cb2c42af3af4d4c7c" and "8b53d213e9ab672b3056719fa036ebdecad4b2aa" have entirely different histories.
26c11dcbbe
...
8b53d213e9
@ -5,4 +5,4 @@ RUN pacman -Syu python python-weasyprint python-dateutil python-django npm --noc
|
|||||||
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 frontend && npm install && npm run build && rm -rf node_modules && cd ..
|
RUN cd frontend && npm install && npm run build && rm -rf node_modules && cd ..
|
||||||
EXPOSE 8005
|
EXPOSE 8005
|
||||||
CMD ["/usr/bin/daphne", "alkator.asgi:application", "-b", "0.0.0.0", "-p", "8005"]
|
CMD ["/usr/bin/daphne", "alkator.asgi:application", "-p", "8005"]
|
||||||
|
2
build.sh
Executable file → Normal file
2
build.sh
Executable file → Normal file
@ -1,2 +1,2 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
docker build -t gitea.angoosh.com/meiri/alkator/api:latest .
|
docker build -t gitea.angoosh.com/meiri/alkator/api:latest .
|
@ -28,4 +28,4 @@ networks:
|
|||||||
default:
|
default:
|
||||||
name: gateway
|
name: gateway
|
||||||
external: true
|
external: true
|
||||||
alkator:
|
alkator:
|
Loading…
x
Reference in New Issue
Block a user