Skip to content

Commit

Permalink
fix: changed basename to --base
Browse files Browse the repository at this point in the history
  • Loading branch information
froid1911 committed Apr 9, 2024
1 parent 9ad68a5 commit 0f3fedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ ARG BASE_PATH="/alpha/powerhouse/connect"
ENV BASE_PATH=${BASE_PATH}
COPY --from=builder /opt/app .

CMD npm run dev:web -- --host 0.0.0.0 --port ${PORT} --basename ${BASE_PATH}
CMD npm run dev:web -- --host 0.0.0.0 --port ${PORT} --base ${BASE_PATH}

0 comments on commit 0f3fedf

Please sign in to comment.