Implemented invitation logic. Implemented play list method. Mild refactoring.
This commit is contained in:
@@ -24,8 +24,6 @@ COPY ./package.json ./package.json
|
||||
|
||||
# copy production dependencies and source code into final image
|
||||
FROM base AS release
|
||||
ENV DATABASE_URL=postgres://admin:iiyama12@192.168.1.166:5432/bgApp
|
||||
ENV JWT_SECRET_KEY=MySecret
|
||||
COPY --from=install /temp/prod/node_modules node_modules
|
||||
COPY --from=prerelease /usr/src/app/index.ts .
|
||||
COPY --from=prerelease /usr/src/app/utilities/ ./utilities
|
||||
|
||||
Reference in New Issue
Block a user