mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-15 21:04:46 +01:00
maitenance (deps): maintenance cleancup
This commit is contained in:
parent
077946c3d6
commit
526bc3142d
3 changed files with 2 additions and 3 deletions
3
Makefile
3
Makefile
|
|
@ -3,7 +3,8 @@ docker_dev:
|
|||
@docker run -ti --net=host -v /home/mickael/Documents/projects/go/src/github.com/mickael-kerjean/nuage:/tmp/go/src/github.com/mickael-kerjean/nuage nuage_dev sh
|
||||
|
||||
docker_prd:
|
||||
docker build -t machines/nuage docker/prod/
|
||||
docker build --no-cache -t machines/nuage docker/prod/
|
||||
docker push machines/nuage
|
||||
|
||||
build_frontend:
|
||||
NODE_ENV=production npm run build
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import Ripples from 'react-ripples';
|
||||
|
||||
import { Card, NgIf, Icon, EventEmitter, Dropdown, DropdownButton, DropdownList, DropdownItem, Container } from '../../components/';
|
||||
import { pathBuilder, debounce } from '../../helpers/';
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import Ripples from 'react-ripples';
|
||||
|
||||
import { Card, NgIf, Icon, EventEmitter, EventReceiver, Dropdown, DropdownButton, DropdownList, DropdownItem } from '../../components/';
|
||||
import { pathBuilder, debounce } from '../../helpers/';
|
||||
|
|
|
|||
Loading…
Reference in a new issue