muryshev commited on
Commit
d21bee3
1 Parent(s): fac9f4d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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