Skip to content

Commit

Permalink
Update Dockerfile.auto (#305)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Luisfp0 and github-actions[bot] authored Sep 11, 2024
1 parent 77ebd1f commit 6a19dce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.auto
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ WORKDIR /app
COPY --from=builder /app /app

# Run the script
CMD ["ts-node", "apps/auto-email-sender-new/src/index.ts"]
CMD ["ts-node", "apps/auto-email-sender/src/index.ts"]
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "1.0.27",
"version": "1.0.28",
"private": true,
"scripts": {
"dev": "development=true next dev",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10106,7 +10106,7 @@ web-streams-polyfill@^3.0.3:
integrity sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==

"web@file:/home/runner/work/trampar-de-casa/trampar-de-casa/apps/web":
version "1.0.27"
version "1.0.28"
resolved "file:apps/web"
dependencies:
"@headlessui/react" "^1.7.15"
Expand Down

0 comments on commit 6a19dce

Please sign in to comment.