OCPP 프록시를 Docker로 통합
This commit is contained in:
10
Dockerfile.proxy
Executable file
10
Dockerfile.proxy
Executable file
@@ -0,0 +1,10 @@
|
||||
FROM python:3.11-slim
|
||||
|
||||
WORKDIR /code
|
||||
|
||||
RUN pip install --no-cache-dir websockets aiohttp
|
||||
|
||||
COPY entrypoint-proxy.sh /code/
|
||||
RUN chmod +x /code/entrypoint-proxy.sh
|
||||
|
||||
CMD ["/code/entrypoint-proxy.sh"]
|
||||
Reference in New Issue
Block a user