Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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"]
|