Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,7 +12,7 @@ RUN chown -R node:node /app
|
|
12 |
|
13 |
# Copy the rest of your app's source code
|
14 |
USER node
|
15 |
-
COPY --chown=node:node
|
16 |
|
17 |
# Expose the port the app runs on
|
18 |
EXPOSE 5173
|
|
|
12 |
|
13 |
# Copy the rest of your app's source code
|
14 |
USER node
|
15 |
+
COPY --chown=node:node . .
|
16 |
|
17 |
# Expose the port the app runs on
|
18 |
EXPOSE 5173
|