Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #51 from hatchet-dev/belanger/remove-ee
Browse files Browse the repository at this point in the history
Remove `ee` folder ref from dockerfiles
  • Loading branch information
abelanger5 authored May 31, 2023
2 parents 6659845 + f160275 commit 3c2c131
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion build/package/admin.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN apk update && apk add --no-cache gcc musl-dev git protoc
COPY go.mod go.sum ./
COPY /api ./api
COPY /cmd ./cmd
COPY /ee ./ee
COPY /internal ./internal
COPY /hack ./hack

Expand Down
1 change: 0 additions & 1 deletion build/package/runner-worker.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN apk update && apk add --no-cache wget gcc musl-dev git protoc
COPY go.mod go.sum ./
COPY /api ./api
COPY /cmd ./cmd
COPY /ee ./ee
COPY /internal ./internal
COPY /hack ./hack

Expand Down
1 change: 0 additions & 1 deletion build/package/runner.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN apk update && apk add --no-cache wget gcc musl-dev git protoc
COPY go.mod go.sum ./
COPY /api ./api
COPY /cmd ./cmd
COPY /ee ./ee
COPY /internal ./internal
COPY /hack ./hack

Expand Down
1 change: 0 additions & 1 deletion build/package/server.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ RUN apk update && apk add --no-cache gcc musl-dev git protoc
COPY go.mod go.sum ./
COPY /api ./api
COPY /cmd ./cmd
COPY /ee ./ee
COPY /internal ./internal
COPY /hack ./hack

Expand Down

0 comments on commit 3c2c131

Please sign in to comment.