mirror of https://github.com/VERT-sh/VERT.git
Merge branch 'pr/137'
This commit is contained in:
commit
41d9ca121e
|
@ -26,6 +26,8 @@ RUN bun run build
|
||||||
|
|
||||||
FROM nginx:stable-alpine
|
FROM nginx:stable-alpine
|
||||||
|
|
||||||
|
EXPOSE 80/tcp
|
||||||
|
|
||||||
COPY ./nginx/default.conf /etc/nginx/conf.d/default.conf
|
COPY ./nginx/default.conf /etc/nginx/conf.d/default.conf
|
||||||
|
|
||||||
COPY --from=builder /app/build /usr/share/nginx/html
|
COPY --from=builder /app/build /usr/share/nginx/html
|
||||||
|
|
Loading…
Reference in New Issue