Skip to content

Commit

Permalink
Copy postcss config to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Oct 6, 2023
1 parent 2aeb284 commit 76125ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .controlplane/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY package.json yarn.lock ./
RUN yarn install

# pick necessary app files
COPY Gemfile* config.ru Rakefile babel.config.js ./
COPY Gemfile* config.ru Rakefile babel.config.js postcss.config.js ./
COPY app ./app
COPY bin ./bin
COPY client ./client
Expand Down

0 comments on commit 76125ce

Please sign in to comment.