Spaces:
Build error
Build error
Commit ·
21e96c0
1
Parent(s): 1c12d4a
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,7 @@ RUN ls -la /bin
|
|
| 15 |
RUN chmod +x /bin/bud
|
| 16 |
|
| 17 |
# Install dependencies and build the application
|
| 18 |
-
WORKDIR
|
| 19 |
RUN npm install
|
| 20 |
|
| 21 |
# Build the application
|
|
|
|
| 15 |
RUN chmod +x /bin/bud
|
| 16 |
|
| 17 |
# Install dependencies and build the application
|
| 18 |
+
WORKDIR user-manager
|
| 19 |
RUN npm install
|
| 20 |
|
| 21 |
# Build the application
|