Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
check to sandbox.notice.touno.io
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgamerr committed May 24, 2021
1 parent b0297c5 commit f1fc696
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ COPY . /app
RUN npm i

ENV TZ Asia/Bangkok
ENV PROXY_API https://notice.touno.io
ENV HOST_API https://notice.touno.io
ENV AXIOS_BASE_URL https://notice.touno.io
ENV PROXY_API https://sandbox.notice.touno.io
ENV HOST_API https://sandbox.notice.touno.io
ENV AXIOS_BASE_URL https://sandbox.notice.touno.io

RUN npm run build
RUN rm -Rf ./.github \
Expand All @@ -23,9 +23,9 @@ FROM node:lts-alpine

ENV TZ Asia/Bangkok
ENV NODE_ENV production
ENV PROXY_API https://notice.touno.io
ENV HOST_API https://notice.touno.io
ENV AXIOS_BASE_URL https://notice.touno.io
ENV PROXY_API https://sandbox.notice.touno.io
ENV HOST_API https://sandbox.notice.touno.io
ENV AXIOS_BASE_URL https://sandbox.notice.touno.io

WORKDIR /app
COPY --from=builder /app .
Expand Down

0 comments on commit f1fc696

Please sign in to comment.