taowang1993 commited on
Commit
892c465
·
verified ·
1 Parent(s): ad28a12

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ RUN chown -R $UID:$GID $DATA_DIR
27
  EXPOSE 8080
28
 
29
  # Set the working directory
30
- WORKDIR /app
31
 
32
  # Command to start the application
33
  CMD ["bash", "start.sh"]
 
27
  EXPOSE 8080
28
 
29
  # Set the working directory
30
+ WORKDIR /app/backend
31
 
32
  # Command to start the application
33
  CMD ["bash", "start.sh"]