Skip to content

Commit

Permalink
docker ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
manupanand committed Dec 11, 2024
1 parent aee4356 commit fc05f9b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_modules
.git
.gitignore
.env.example
.env
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ COPY package*.json ./
#RUN go mod tidy
#install dependencies-commands to run to build applications dont start application
RUN npm install
#RUN npx prisma generate


# Copy files - . mean all files, . mean to working directory
COPY . .
#Environment variables


# Build the Go program
#RUN go build -o main .
Expand Down

0 comments on commit fc05f9b

Please sign in to comment.