Skip to content

Commit

Permalink
Prod dockerfile needs babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Abadie authored and Archaeopteryx committed May 19, 2022
1 parent a042d1c commit 051dd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM node:16.13.2 AS frontend
WORKDIR /app

COPY ui/ /app/ui/
COPY package.json webpack.config.js yarn.lock /app/
COPY package.json babel.config.json webpack.config.js yarn.lock /app/

RUN npm install -g --force [email protected]
RUN yarn install
Expand Down

0 comments on commit 051dd81

Please sign in to comment.