add directory listing for /app in Dockerfile
This commit is contained in:
@@ -9,10 +9,10 @@ RUN npm install
|
||||
COPY . .
|
||||
|
||||
RUN npm run build
|
||||
RUN ls -la /app
|
||||
|
||||
FROM nginx:alpine
|
||||
|
||||
RUN ls -la /app
|
||||
COPY --from=build /app/build /usr/share/nginx/html
|
||||
|
||||
EXPOSE 80
|
||||
|
Reference in New Issue
Block a user