Skip to content

Commit

Permalink
Small
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Dec 20, 2023
1 parent c679183 commit 1d4d2d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test: ## 🎯 Unit tests for services and snapshot tests for SPA frontend
go test -v -count=1 ./$(SERVICE_DIR)/...
@cd $(FRONTEND_DIR); NODE_ENV=test npm run test -- --ci

bundle: $(FRONTEND_DIR)/node_modules ## 💻 Build and bundle the frontend Vue SPA
frontend: $(FRONTEND_DIR)/node_modules ## 💻 Build and bundle the frontend Vue SPA
cd $(FRONTEND_DIR); npm run build
cd $(SERVICE_DIR)/frontend-host; go build

Expand Down
2 changes: 1 addition & 1 deletion build/service.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN GO111MODULE=on CGO_ENABLED=$CGO_ENABLED GOOS=linux \
# ================================================================================================
# === Stage 2: Get server binary into a lightweight container ====================================
# ================================================================================================
FROM alpine
FROM alpine:3.19
WORKDIR /app

ARG SERVICE_NAME="SET_ON_COMMAND_LINE"
Expand Down

0 comments on commit 1d4d2d4

Please sign in to comment.