Skip to content

Commit

Permalink
Merge pull request #1956 from ever-co/fix/webapp-errors
Browse files Browse the repository at this point in the history
Fix/Webapp-Port
  • Loading branch information
evereq authored Dec 5, 2023
2 parents 434ce47 + 70f8847 commit a6a4d5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Layerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ RUN apt-get update && \

RUN REPEATABLE docker pull everco/ever-teams-webapp

RUN REPEATABLE docker run -d -p 3000:3000 everco/ever-teams-webapp && sleep 5
RUN REPEATABLE docker run -d -p 3033:3000 everco/ever-teams-webapp && sleep 5

EXPOSE WEBSITE localhost:3000
EXPOSE WEBSITE localhost:3033
4 changes: 2 additions & 2 deletions Layerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ COPY . .

RUN REPEATABLE docker build -t ever-teams .

RUN REPEATABLE docker run -d -p 3000:3000 ever-teams && sleep 5
RUN REPEATABLE docker run -d -p 3033:3000 ever-teams && sleep 5

EXPOSE WEBSITE localhost:3000
EXPOSE WEBSITE localhost:3033
4 changes: 2 additions & 2 deletions Layerfile.node
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ COPY . .

RUN REPEATABLE cd apps/web && yarn install && yarn build

RUN BACKGROUND yarn start:web
RUN BACKGROUND PORT=3033 yarn start:web

EXPOSE WEBSITE localhost:3000
EXPOSE WEBSITE localhost:3033

0 comments on commit a6a4d5c

Please sign in to comment.