Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
e7d1ca9
1
Parent(s):
3165afb
fix typo
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -33,7 +33,7 @@ WORKDIR /app
|
|
33 |
# Install app dependencies
|
34 |
# A wildcard is used to ensure both package.json AND package-lock.json are copied
|
35 |
# where available (npm@5+)
|
36 |
-
|
37 |
|
38 |
# make sure the .env is copied as well
|
39 |
COPY --link --chown=user .env /app
|
|
|
33 |
# Install app dependencies
|
34 |
# A wildcard is used to ensure both package.json AND package-lock.json are copied
|
35 |
# where available (npm@5+)
|
36 |
+
COPY --link --chown=user package*.json /app
|
37 |
|
38 |
# make sure the .env is copied as well
|
39 |
COPY --link --chown=user .env /app
|