Skip to content

Commit

Permalink
Merge pull request #37 from p-society/docker
Browse files Browse the repository at this point in the history
dockerfile structure updated
  • Loading branch information
zakhaev26 authored Mar 4, 2024
2 parents 4a4abe6 + cf7c78b commit 112537e
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
8 changes: 0 additions & 8 deletions docker/auth/Dockerfile

This file was deleted.

Empty file removed docker/auth/README.md
Empty file.
Empty file removed docker/core/README.md
Empty file.
Empty file removed docker/docker-compose.yml
Empty file.
Empty file removed docker/mail/README.md
Empty file.
6 changes: 6 additions & 0 deletions mail/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM golang:latest
RUN mkdir /app
COPY . /app
WORKDIR /app/auth/cmd/main
RUN go build -o main
CMD [ "/app/cmd/main/main" ]

0 comments on commit 112537e

Please sign in to comment.