Skip to content

Commit

Permalink
update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
liminalfever committed Mar 13, 2024
1 parent 6870748 commit ea9c580
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terra-backend/json-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ RUN echo "Bulding Docker image version: $APP_VERSION"
COPY . /app
WORKDIR /app

EXPOSE 5300

RUN npm install
CMD ["node", "/app/server.js"]
1 change: 1 addition & 0 deletions terra-backend/python-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM python

ARG DOCKER_TAG
ENV APP_VERSION=$DOCKER_TAG
EXPOSE 5500
RUN echo "Bulding Docker image version: $APP_VERSION"

COPY . /app
Expand Down

0 comments on commit ea9c580

Please sign in to comment.