mirror of
https://github.com/FAUSheppy/tmnf-replay-server.git
synced 2025-12-06 07:01:37 +01:00
add: dockerfile uploads symlink
This commit is contained in:
@@ -15,6 +15,8 @@ RUN python3 -m pip install waitress
|
|||||||
COPY req.txt .
|
COPY req.txt .
|
||||||
RUN python3 -m pip install --no-cache-dir -r req.txt
|
RUN python3 -m pip install --no-cache-dir -r req.txt
|
||||||
|
|
||||||
|
RUN ln -s /app/uploads/ /app/static/uploads
|
||||||
|
|
||||||
EXPOSE 5000/tcp
|
EXPOSE 5000/tcp
|
||||||
|
|
||||||
ENTRYPOINT ["waitress-serve"]
|
ENTRYPOINT ["waitress-serve"]
|
||||||
|
|||||||
Reference in New Issue
Block a user