Fix import path in three places.
Switch Dockerfile to use absolute paths
This commit is contained in:
@@ -20,7 +20,7 @@ WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm ci --omit=dev
|
||||
|
||||
COPY --from=builder /app/dist ./dist
|
||||
COPY --from=builder /app/dist /app/dist
|
||||
|
||||
USER node
|
||||
|
||||
|
||||
Reference in New Issue
Block a user