mirror of
https://github.com/len0rd/personal-website.git
synced 2025-09-07 14:47:43 -04:00
use bash script to run site
This commit is contained in:
parent
b52ddcb0d8
commit
d8fa64a9ae
3 changed files with 7 additions and 5 deletions
|
@ -24,8 +24,7 @@ ENV XVFB_DISPLAY ":42"
|
|||
FROM dev as prod
|
||||
|
||||
# Bundle app source
|
||||
COPY . .
|
||||
RUN ablog build
|
||||
|
||||
COPY . /website
|
||||
WORKDIR /website
|
||||
EXPOSE 8090
|
||||
CMD [ "ablog", "serve", "-p", "8090" ]
|
||||
CMD [ "./container_serve.sh" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue