Skip to content

Commit 2ffe9bf

Browse files
fix dockerfile
1 parent 455f935 commit 2ffe9bf

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

build/docker/Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,8 @@ COPY ../../ /app/
2828
# Copy the entrypoint configuration file
2929
COPY /build/docker/entrypoint.sh /app/entrypoint.sh
3030

31-
# Make the entrypoint script executable
32-
RUN chmod +x /app/entrypoint.sh
33-
3431
# Expose port 8000 for the Django server
3532
EXPOSE 8000
3633

37-
# Use the entrypoint script
38-
ENTRYPOINT ["/app/entrypoint.sh"]
34+
# Make the entrypoint script executable
35+
RUN chmod +x /app/entrypoint.sh

0 commit comments

Comments
 (0)