This commit is contained in:
parent
e4aacb1ed0
commit
a56e600bff
@ -13,7 +13,7 @@ FROM nginx:1.27.1-alpine
|
|||||||
WORKDIR /usr/share/nginx/html
|
WORKDIR /usr/share/nginx/html
|
||||||
|
|
||||||
COPY --from=build /opt/hugoapp/public .
|
COPY --from=build /opt/hugoapp/public .
|
||||||
RUN ls -ahl /usr/share/nginx/media/
|
RUN ls -ahl /usr/share/nginx/html/media/
|
||||||
RUN stat /usr/share/nginx/media/stm32begin-001-007.png
|
RUN stat /usr/share/nginx/html/media/stm32begin-001-007.png
|
||||||
|
|
||||||
EXPOSE 80/tcp
|
EXPOSE 80/tcp
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user