Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Commit

Permalink
Temporarily remove Cypress from dependencies (#62)
Browse files Browse the repository at this point in the history
* Remove wildcard from Dockerfile:8 and use node:10-alpine for container

* Bump cypress to 4.1.0

* Bump version to v1.2.2

* Remove cypress

* Update dependencies
  • Loading branch information
lukebettridge authored Mar 21, 2020
1 parent 557bb68 commit d9aa441
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 968 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM node:8-alpine
FROM node:10-alpine

RUN mkdir -p /home/node/app/node_modules && chown -R node:node /home/node/app

# Create app directory
WORKDIR /home/node/app

COPY package*.json ./
COPY package.json ./
USER node

# Install app dependencies
Expand Down
Loading

0 comments on commit d9aa441

Please sign in to comment.