mirror of
https://github.com/len0rd/personal-website.git
synced 2025-09-07 14:47:43 -04:00
container runs for production site
This commit is contained in:
parent
d8fa64a9ae
commit
032ab59def
4 changed files with 7 additions and 5 deletions
|
@ -27,4 +27,4 @@ FROM dev as prod
|
|||
COPY . /website
|
||||
WORKDIR /website
|
||||
EXPOSE 8090
|
||||
CMD [ "./container_serve.sh" ]
|
||||
ENTRYPOINT [ "/bin/bash", "/website/container_serve.sh" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue