Skip to content

Commit

Permalink
Remove temporary build fix from 24fa513
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Limbach committed Jul 14, 2018
1 parent 1e14e33 commit 0d92ce0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:latest

# ENV NODE_ENV production - Temporary fix until "https://github.com/MichMich/MagicMirror/pull/1250" is merged into master.
ENV NODE_ENV production

WORKDIR /opt/magic_mirror

Expand Down
2 changes: 1 addition & 1 deletion raspberry/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM hypriot/rpi-node:latest

# ENV NODE_ENV production - Temporary fix until "https://github.com/MichMich/MagicMirror/pull/1250" is merged into master.
ENV NODE_ENV production

WORKDIR /opt/magic_mirror

Expand Down

0 comments on commit 0d92ce0

Please sign in to comment.