mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-05-28 21:47:44 +08:00
fix: 后台实现链接各个服务
This commit is contained in:
12
docker/frontend-service.Dockerfile
Normal file
12
docker/frontend-service.Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM node:20
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends rsync \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY docker/frontend-service-entrypoint.sh /usr/local/bin/frontend-service-entrypoint.sh
|
||||
RUN chmod +x /usr/local/bin/frontend-service-entrypoint.sh
|
||||
|
||||
CMD ["frontend-service-entrypoint.sh"]
|
||||
Reference in New Issue
Block a user