Skip to content

Commit f7fa8e3

Browse files
committed
fix: build failure
1 parent 971777a commit f7fa8e3

File tree

4 files changed

+223
-259
lines changed

4 files changed

+223
-259
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
node_modules
2-
bun.lockb
32
.obsidian
43
.vscode
54
.idea

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ COPY --from=prerelease /usr/src/app/package.json .
3434

3535
# run the app
3636
USER bun
37-
EXPOSE 3000/tcp
37+
EXPOSE 8000/tcp
3838
ENTRYPOINT [ "bun", "run", "start" ]

0 commit comments

Comments
 (0)