added .env file to Dockerfile.linux
This commit is contained in:
@@ -11,6 +11,7 @@ RUN apt-get update && \
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./WatcherAgent/ .
|
COPY ./WatcherAgent/ .
|
||||||
|
COPY ./WatcherAgent/.env /app/.env
|
||||||
|
|
||||||
# Build for Linux
|
# Build for Linux
|
||||||
RUN cargo build --release --target x86_64-unknown-linux-gnu
|
RUN cargo build --release --target x86_64-unknown-linux-gnu
|
||||||
|
Reference in New Issue
Block a user