Skip to content

Commit

Permalink
Merge pull request #267 from Scale3-Labs/release-3.0.4
Browse files Browse the repository at this point in the history
Release 3.0.4
  • Loading branch information
darshit-s3 authored Sep 7, 2024
2 parents 4494373 + 7a559de commit 11fc863
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 289 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,11 @@ COPY --from=builder /app/.next ./.next
COPY --from=builder /app/package.json .
COPY --from=builder /app/public ./public
COPY --from=builder /app/scripts ./scripts
COPY --from=builder /app/node_modules ./node_modules
COPY ./entrypoint.sh /app/entrypoint.sh

RUN chmod +x /app/entrypoint.sh

# Install only production dependencies
RUN npm install --only=production --omit=dev

CMD [ "/bin/sh", "-c", "bash entrypoint.sh" ]

EXPOSE 3000
286 changes: 0 additions & 286 deletions components/project/dataset/edit-data.tsx

This file was deleted.

0 comments on commit 11fc863

Please sign in to comment.