Create Docker image for JS Login
This commit is contained in:
8
js_login/Dockerfile
Normal file
8
js_login/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM python:3.12
|
||||
|
||||
COPY src/ /web
|
||||
|
||||
COPY docker/start.sh /start.sh
|
||||
RUN chmod +x start.sh
|
||||
|
||||
ENTRYPOINT ["/start.sh"]
|
Reference in New Issue
Block a user