Compare commits
6 Commits
8b53d213e9
...
26c11dcbbe
Author | SHA1 | Date | |
---|---|---|---|
26c11dcbbe | |||
0948ae3291 | |||
9d8b7538ab | |||
fecf26bc5f | |||
af3606da16 | |||
ba0e125a13 |
@ -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 cd frontend && npm install && npm run build && rm -rf node_modules && cd ..
|
||||
EXPOSE 8005
|
||||
CMD ["/usr/bin/daphne", "alkator.asgi:application", "-p", "8005"]
|
||||
CMD ["/usr/bin/daphne", "alkator.asgi:application", "-b", "0.0.0.0", "-p", "8005"]
|
||||
|
2
build.sh
Normal file → Executable file
2
build.sh
Normal file → Executable file
@ -1,2 +1,2 @@
|
||||
#!/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:
|
||||
name: gateway
|
||||
external: true
|
||||
alkator:
|
||||
alkator:
|
||||
|
Loading…
x
Reference in New Issue
Block a user