dockerize
This commit is contained in:
parent
f55e8f6e80
commit
64ba9c2a87
|
|
@ -9,4 +9,7 @@ RUN npm run build
|
||||||
ENV HOST=0.0.0.0
|
ENV HOST=0.0.0.0
|
||||||
ENV PORT=80
|
ENV PORT=80
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
CMD node ./dist/server/entry.mjs
|
|
||||||
|
FROM httpd:latest
|
||||||
|
|
||||||
|
COPY ./dist/ /usr/local/apache2/htdocs/
|
||||||
Loading…
Reference in New Issue