Skip to content

Commit

Permalink
fix: ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjosephprice committed Jul 6, 2023
1 parent 09c88b7 commit 35af2d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ RUN npm install -g npm@latest
ENV DOCKER_WORKSPACE=/markdown
WORKDIR ${DOCKER_WORKSPACE}

RUN mkdir __tests__/browser/__image_snapshots__/__diff_output__

COPY package.json package-lock.json ./
RUN npm install

COPY . ./

RUN mkdir -p __tests__/browser/__image_snapshots__/__diff_output__

RUN make emojis

EXPOSE 9966
Expand Down

0 comments on commit 35af2d9

Please sign in to comment.