dockerize
This commit is contained in:
parent
5e4a071b51
commit
81cff82f66
|
|
@ -12,4 +12,4 @@ EXPOSE 80
|
||||||
|
|
||||||
FROM httpd:latest
|
FROM httpd:latest
|
||||||
|
|
||||||
COPY --from=runtime ./dist/ /usr/local/apache2/htdocs/
|
COPY --from=runtime ./app/dist/ /usr/local/apache2/htdocs/
|
||||||
Loading…
Reference in New Issue