Skip to content

Commit d4018fa

Browse files
copying over scripts
1 parent 5f10aa0 commit d4018fa

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.dockerignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.git
2+
*.json
3+
*Dockerfile*
4+
node_modules
5+
.env

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ COPY --from=builder /app/public ./public
5656
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
5757
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
5858

59+
COPY scripts ./scripts
60+
5961
USER nextjs
6062

6163
EXPOSE 3000

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ services:
1414

1515
ai-dev-app:
1616
image: cornellappdev/ai-dev:${IMAGE_TAG}
17-
volumes:
18-
- ./firebase-service-account.json:/app/firebase-service-account.json
1917
ports:
2018
- "3000:3000"
2119
env_file:

0 commit comments

Comments
 (0)