Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -27,7 +27,7 @@ RUN --mount=type=bind,source=package.json,target=package.json \
|
|
| 27 |
USER node
|
| 28 |
|
| 29 |
# Copy the rest of the source files into the image.
|
| 30 |
-
COPY .
|
| 31 |
|
| 32 |
# Expose the port that the application listens on.
|
| 33 |
EXPOSE 7860
|
|
|
|
| 27 |
USER node
|
| 28 |
|
| 29 |
# Copy the rest of the source files into the image.
|
| 30 |
+
COPY . /usr/src/app
|
| 31 |
|
| 32 |
# Expose the port that the application listens on.
|
| 33 |
EXPOSE 7860
|