parent
fa21667541
commit
0eff922a6b
@ -1,3 +1,3 @@
|
|||||||
NODE_ENV = "prod"
|
NODE_ENV = "prod"
|
||||||
VITE_APP_API_SERVER_URL = "http://cuuva.com:2481/autoflow-server-mgmt"
|
VITE_APP_API_SERVER_URL = "/autoflow-server-mgmt"
|
||||||
VITE_ROOT_PATH = "/autoflow"
|
VITE_ROOT_PATH = "/autoflow"
|
||||||
@ -1,9 +0,0 @@
|
|||||||
FROM nginx:stable-alpine
|
|
||||||
|
|
||||||
RUN apk --no-cache add tzdata && cp /usr/share/zoneinfo/Asia/Seoul /etc/localtime
|
|
||||||
|
|
||||||
COPY default.conf /etc/nginx/conf.d/default.conf
|
|
||||||
|
|
||||||
COPY dist/. /usr/share/nginx/html/autoflow
|
|
||||||
EXPOSE 80
|
|
||||||
ENTRYPOINT ["nginx", "-g", "daemon off;"]
|
|
||||||
Loading…
Reference in new issue