Fix typo
This commit is contained in:
@ -32,9 +32,11 @@ COPY . .
|
|||||||
|
|
||||||
RUN trunk build --release
|
RUN trunk build --release
|
||||||
|
|
||||||
|
RUN ls -l . dist
|
||||||
|
|
||||||
########################
|
########################
|
||||||
### PRODUCTION STAGE ###
|
### PRODUCTION STAGE ###
|
||||||
########################
|
########################
|
||||||
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