feat: github action build for DockerHub
This commit is contained in:
@@ -22,7 +22,7 @@ WORKDIR /usr/src
|
||||
RUN cargo new oxker
|
||||
|
||||
# We want dependencies cached, so copy those first
|
||||
COPY Cargo.toml Cargo.lock /usr/src/oxker/
|
||||
COPY Cargo.* /usr/src/oxker/
|
||||
|
||||
# Set the working directory
|
||||
WORKDIR /usr/src/oxker
|
||||
@@ -55,4 +55,4 @@ COPY --from=builder /oxker /usr/local/bin
|
||||
COPY ./containerised/start_oxker.sh ./
|
||||
|
||||
# Run the application
|
||||
ENTRYPOINT [ "./start_oxker.sh"]
|
||||
ENTRYPOINT [ "./start_oxker.sh"]
|
||||
|
||||
Reference in New Issue
Block a user