We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455f935 commit 2ffe9bfCopy full SHA for 2ffe9bf
build/docker/Dockerfile
@@ -28,11 +28,8 @@ COPY ../../ /app/
28
# Copy the entrypoint configuration file
29
COPY /build/docker/entrypoint.sh /app/entrypoint.sh
30
31
-# Make the entrypoint script executable
32
-RUN chmod +x /app/entrypoint.sh
33
-
34
# Expose port 8000 for the Django server
35
EXPOSE 8000
36
37
-# Use the entrypoint script
38
-ENTRYPOINT ["/app/entrypoint.sh"]
+# Make the entrypoint script executable
+RUN chmod +x /app/entrypoint.sh
0 commit comments