ls test
This commit is contained in:
parent
7100d393ed
commit
d001e47b09
@ -12,6 +12,7 @@ RUN npm run build
|
||||
|
||||
FROM nginx:alpine
|
||||
|
||||
RUN ls -la /app
|
||||
COPY --from=build /app/build /usr/share/nginx/html
|
||||
|
||||
EXPOSE 80
|
||||
|
Loading…
x
Reference in New Issue
Block a user