Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
65b7aa9d4c | ||
|
|
caa2f2a161 |
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ WORKDIR /usr/src/app
|
||||||
|
|
||||||
# Install app dependencies
|
# Install app dependencies
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
COPY .npmrc ./
|
#COPY .npmrc ./
|
||||||
COPY yarn.lock ./
|
COPY yarn.lock ./
|
||||||
RUN yarn install --frozen-lockfile
|
RUN yarn install --frozen-lockfile
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ba-website",
|
"name": "ba-website",
|
||||||
"version": "1.0.16",
|
"version": "1.0.18",
|
||||||
"description": "The Bridgeman Accessible main website",
|
"description": "The Bridgeman Accessible main website",
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue