mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 16:53:57 +00:00
feat: adding uuid library
This commit is contained in:
@@ -13,3 +13,11 @@ RUN yarn install --frozen-lockfile --ignore-scripts
|
||||
COPY . .
|
||||
|
||||
RUN yarn electron-vite build
|
||||
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY --from=builder /app/out/renderer /usr/share/nginx/html
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
|
||||
Reference in New Issue
Block a user