Spaces:
Running
Running
bradduy
commited on
Commit
·
4ef7d96
1
Parent(s):
719783e
update dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -9,8 +9,6 @@ COPY package*.json ./
|
|
9 |
# Install dependencies
|
10 |
RUN yarn install
|
11 |
|
12 |
-
COPY --chown=nextjs:nodejs --from=builder /app/ ./
|
13 |
-
|
14 |
# Copy the rest of the application code into the container
|
15 |
COPY . .
|
16 |
|
|
|
9 |
# Install dependencies
|
10 |
RUN yarn install
|
11 |
|
|
|
|
|
12 |
# Copy the rest of the application code into the container
|
13 |
COPY . .
|
14 |
|