Had commented out the wrong line in the Dockerfile
This commit is contained in:
parent
caa2f2a161
commit
eaa9f956d7
2 changed files with 3 additions and 3 deletions
|
|
@ -5,8 +5,8 @@ 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
|
||||||
|
|
||||||
# Build and test
|
# Build and test
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ba-website",
|
"name": "ba-website",
|
||||||
"version": "1.0.17",
|
"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