Skip to content

Commit f3b46df

Browse files
author
Nikolay Tkachenko
committed
Relocate Dockerfile and docker-entrypoint.sh files
1 parent 9861c19 commit f3b46df

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: docker/build-push-action@v2
3030
with:
3131
context: .
32-
file: ./docker/Dockerfile
32+
file: ./Dockerfile
3333
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
3434
push: true
3535
build-args: |-

docker/Dockerfile Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ FROM alpine:3.15 AS composer
2525
WORKDIR /output
2626

2727
COPY --from=build /build/api-firewall ./usr/local/bin/
28-
COPY ./docker/docker-entrypoint.sh ./usr/local/bin/docker-entrypoint.sh
28+
COPY ./docker-entrypoint.sh ./usr/local/bin/docker-entrypoint.sh
2929

3030
RUN chmod 755 ./usr/local/bin/* && \
3131
chown root:root ./usr/local/bin/*
File renamed without changes.

0 commit comments

Comments
 (0)