Skip to content

Commit a39562b

Browse files
committed
Modified item from dockerignore that was causing an issue, Fixed capitalization issue in Dockerfile
1 parent 9ff1a55 commit a39562b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.dockerignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ docker-compose*
77
.vscode
88
env
99

10-
docker-scripts/
10+
scripts/
1111
examples/
1212
dev/
1313
secrets/

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update -y && \
88

99

1010
##### Stage 'builder' - Build wheel #####
11-
FROM base as builder
11+
FROM base AS builder
1212

1313
ENV POETRY_HOME=/opt/poetry \
1414
POETRY_NO_INTERACTION=1 \

0 commit comments

Comments
 (0)