did some more improvements on the docker/rust things

This commit is contained in:
2025-06-29 14:44:42 +02:00
parent 8463edd262
commit b4b41ebcfd
2 changed files with 135 additions and 20 deletions

View File

@@ -31,6 +31,10 @@ RUN npm run build
# Create and set permissions for the docker volume mount point
RUN mkdir -p /app/docker && chmod 777 /app/docker
# Set environment variable to indicate we're running in Docker
ENV DOCKER_CONTAINER=true
VOLUME ["/app/docker"]
EXPOSE 3000