Had commented out the wrong line in the Dockerfile
This commit is contained in:
parent
caa2f2a161
commit
65b7aa9d4c
2 changed files with 3 additions and 3 deletions
|
|
@ -5,8 +5,8 @@ WORKDIR /usr/src/app
|
|||
|
||||
# Install app dependencies
|
||||
COPY package*.json ./
|
||||
COPY .npmrc ./
|
||||
#COPY yarn.lock ./
|
||||
#COPY .npmrc ./
|
||||
COPY yarn.lock ./
|
||||
RUN yarn install --frozen-lockfile
|
||||
|
||||
# Build and test
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ba-website",
|
||||
"version": "1.0.17",
|
||||
"version": "1.0.18",
|
||||
"description": "The Bridgeman Accessible main website",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue