Skip to content

Commit

Permalink
Couple of tweaks after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
whomwah committed Aug 25, 2020
1 parent 2ad192e commit 028f926
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ RUN npm install -g npm@latest

COPY package*.json ./
RUN npm install
# node-sass does not like below!
#RUN npm ci --no-optional

COPY . .

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react'
import ReactDOM from 'react-dom'
import './style/core.scss'
import App from './App'
import './index.css'

ReactDOM.render(<App />, document.getElementById('root'))

0 comments on commit 028f926

Please sign in to comment.