Fix typo
This commit is contained in:
@ -37,4 +37,4 @@ RUN trunk build --release
|
|||||||
########################
|
########################
|
||||||
FROM nginx:alpine
|
FROM nginx:alpine
|
||||||
|
|
||||||
COPY --from=base /app/dist/* /usr/share/nginx/html/
|
COPY --from=build /app/dist/ /usr/share/nginx/html/
|
||||||
|
|||||||
Reference in New Issue
Block a user