Skip to content

Commit a5dbd69

Browse files
committed
update ports
1 parent ddbb16e commit a5dbd69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const router = new Router();
2222

2323
app.use(router);
2424

25-
const port = 3000
25+
const port = 5007
2626

2727
const API_KEY = process.env.NOAA_DECLINATION_API_KEY;
2828

frontend/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ WORKDIR /app
2222
COPY --from=build /app/dist /app
2323

2424
# Expose the port that serve will run on
25-
EXPOSE 5001
25+
EXPOSE 5006
2626

2727
# Start serve to serve the built Vue app
2828
CMD ["serve", "-s", ".", "-l", "5006"]

0 commit comments

Comments
 (0)