Merge pull request 'fix: fix build' (#126) from fix-build into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #126 Reviewed-by: Aleksander Wilczyński <aleks@alekswilc.dev>
This commit is contained in:
commit
837e3de296
@ -8,6 +8,12 @@ RUN npm install
|
||||
|
||||
RUN npm i -g serve vite
|
||||
|
||||
ARG VITE_API_URL
|
||||
ENV VITE_API_URL $VITE_API_URL
|
||||
|
||||
ARG VITE_STATS_KEY
|
||||
ENV VITE_STATS_KEY $VITE_STATS_KEY
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm run rawbuild
|
||||
|
Loading…
x
Reference in New Issue
Block a user