Skip to content

Commit

Permalink
fix: docker build (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Bodin committed Jul 10, 2021
1 parent 95587a3 commit 947058d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
working_directory: ~/repo
steps:
- attach_workspace: *attach_work_dir

- setup_remote_docker:
version: 19.03.13

# - run:
# name: Release
# command: yarn semantic-release
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ FROM node:14.16.1-alpine AS base

ENV NODE_ENV production

# Install dependencies for native deps
RUN apk add --no-cache bash python3

# Setup the app WORKDIR
WORKDIR /app

Expand Down

0 comments on commit 947058d

Please sign in to comment.