Attempting to fix automation problems
This commit is contained in:
parent
8d35d69efa
commit
a702ee0ed6
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ WORKDIR /usr/src/app
|
|||
# Install app dependencies
|
||||
COPY package*.json ./
|
||||
COPY .npmrc ./
|
||||
COPY yarn.lock ./
|
||||
#COPY yarn.lock ./
|
||||
RUN yarn install --frozen-lockfile
|
||||
|
||||
# Build and test
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ba-website",
|
||||
"version": "1.0.16",
|
||||
"version": "1.0.17",
|
||||
"description": "The Bridgeman Accessible main website",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue