fixed pobox

This commit is contained in:
2025-05-09 14:53:23 -04:00
parent 4b1aabea9c
commit 7f0c439ea3
4 changed files with 9 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ ENV VITE_MONEY_URL="http://localhost:9513"
ENV VITE_PRINT_URL="http://localhost:9512"
ENV VITE_COMPANY_ID='1'
RUN mkdir -p /app
WORKDIR /app
@@ -16,4 +17,6 @@ ENV PATH /app/node_modules/.bin:$PATH
RUN npm install
COPY . /app