Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -38,7 +38,7 @@ RUN npx playwright install --with-deps chromium
|
|
| 38 |
|
| 39 |
USER node
|
| 40 |
|
| 41 |
-
COPY --chown=
|
| 42 |
|
| 43 |
# Expose API port
|
| 44 |
EXPOSE 7860
|
|
|
|
| 38 |
|
| 39 |
USER node
|
| 40 |
|
| 41 |
+
COPY --chown=node . .
|
| 42 |
|
| 43 |
# Expose API port
|
| 44 |
EXPOSE 7860
|