1
0
mirror of https://github.com/bitwarden/server synced 2026-01-02 00:23:40 +00:00

Fix directory issue in Api and Events Dockerfiles (#1371)

This commit is contained in:
Vince Grassia
2021-06-01 13:46:39 -04:00
committed by GitHub
parent 4f3d1587e2
commit 99ed04552c
4 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ RUN apt-get update \
ENV ASPNETCORE_URLS http://+:5000
WORKDIR /app
EXPOSE 5000
COPY obj/build-output/publish/Api .
COPY obj/build-output/publish .
COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh