Skip to content

Commit

Permalink
fix(backend): dockerfile codemod-com#2 (codemod-com#1133)
Browse files Browse the repository at this point in the history
  • Loading branch information
r4zendev authored Jul 24, 2024
1 parent 1741524 commit 083cc92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions apps/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ COPY ./packages/filemod /app/packages/filemod/
COPY ./packages/telemetry /app/packages/telemetry/
COPY ./packages/database /app/packages/database/
COPY ./packages/runner /app/packages/runner/
COPY ./packages/printer /app/packages/printer/
COPY ./packages/workflow /app/packages/workflow/
COPY ./packages/api-types /app/packages/api-types/
COPY ./packages/auth /app/packages/auth/

Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemod-com/backend",
"version": "0.0.139",
"version": "0.0.140",
"scripts": {
"build": "tsc && node esbuild.config.js",
"start": "node build/index.js",
Expand Down

0 comments on commit 083cc92

Please sign in to comment.