test14
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
FROM caddy:latest
|
||||
COPY conf/Caddyfile /etc/caddy/Caddyfile
|
||||
COPY ./../../server/frontend /srv
|
||||
COPY ./docker/caddy/conf/Caddyfile /etc/caddy/Caddyfile
|
||||
COPY ./server/frontend /srv
|
||||
@@ -1,6 +1,6 @@
|
||||
FROM python:3.13-slim
|
||||
WORKDIR /home/backend
|
||||
COPY ../ /home/backend
|
||||
COPY ./ /home/backend
|
||||
RUN python -m pip install --upgrade pip \
|
||||
&& python -m pip install -r requirements.txt
|
||||
RUN chmod +x ./docker/start.sh
|
||||
|
||||
Reference in New Issue
Block a user