Merge pull request #362 from getmaxun/docker-chore

chore: docker cleanup
This commit is contained in:
Karishma Shukla
2025-01-20 13:42:57 +05:30
committed by GitHub

View File

@@ -44,12 +44,6 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir -p /tmp/.X11-unix && chmod 1777 /tmp/.X11-unix
# Add a dbus configuration to prevent connection errors
# RUN mkdir -p /var/run/dbus
# Make the script executable
# RUN chmod +x ./start.sh
# Expose the backend port
EXPOSE ${BACKEND_PORT:-8080}