Merge branch 'dev' of https://git.winteraccess.id/areeqakbr/backend_nam into feature/responses-v2

This commit is contained in:
areeqakbr 2025-04-03 21:58:14 +07:00
commit 84d20145cd
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Use the official Golang image # Use the official Golang image
FROM golang:1.23.1 FROM golang:1.23.1-alpine
# Set the working directory inside the container # Set the working directory inside the container
WORKDIR /app WORKDIR /app