Skip to content

Commit

Permalink
Fix merge conflicts (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsabath authored May 22, 2023
2 parents de39249 + bb1b5ce commit 0c40752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.frontend-container
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ ENV GITHUB_SHA=$github_sha

RUN npm install --omit=dev \
npm prune --production
ENTRYPOINT npx react-inject-env set && npx serve build -p $PORT_FE
ENTRYPOINT npx react-inject-env set && serve -s build -p $PORT_FE
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.PHONY: ui vendor build container-tornjak-backend-spire container-tornjak-backend-spire-push container-manager container-manager-push release-tornjak-backend-spire-multiversions push container-frontend container-frontend-push container-tornjak-backend container-tornjak-backend-push

VERSION=$(shell cat version.txt)
GITHUB_SHA="$(shell git rev-parse HEAD 2>/dev/null)"

CONTAINER_TAG ?= tsidentity/tornjak:$(VERSION)
CONTAINER_BACKEND_TAG ?= tsidentity/tornjak-backend:$(VERSION)
Expand Down

0 comments on commit 0c40752

Please sign in to comment.