feat: github action build for DockerHub

This commit is contained in:
Jack Wills
2022-09-06 01:06:56 +00:00
parent c2910aaef3
commit eff79d3cfb
2 changed files with 23 additions and 12 deletions
+2 -2
View File
@@ -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"]