Update Dockerfile-web-ui-dev to include src/Managing.WebApp/ in the COPY command
This commit is contained in:
@@ -21,7 +21,8 @@ COPY /src/Managing.WebApp/package.json ./
|
||||
RUN npm install --legacy-peer-deps
|
||||
|
||||
# Copy the rest of the app's source code to the container
|
||||
COPY . .
|
||||
# COPY . .
|
||||
COPY src/Managing.WebApp/ /app/
|
||||
|
||||
# Build the app
|
||||
RUN npm run build
|
||||
|
||||
@@ -21,7 +21,8 @@ COPY /src/Managing.WebApp/package.json ./
|
||||
RUN npm install --legacy-peer-deps
|
||||
|
||||
# Copy the rest of the app's source code to the container
|
||||
COPY . .
|
||||
# COPY . .
|
||||
COPY src/Managing.WebApp/ /app/
|
||||
|
||||
# Build the app
|
||||
RUN npm run build
|
||||
|
||||
Reference in New Issue
Block a user