Skip to content

Commit

Permalink
iron bank update for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adl-trey committed Dec 6, 2022
1 parent f9e9836 commit 9438c43
Show file tree
Hide file tree
Showing 5 changed files with 2,372 additions and 807 deletions.
2 changes: 1 addition & 1 deletion player/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM node:14.17.3
FROM node:18
RUN apt-get update && apt-get install dumb-init
ENV NODE_ENV production
WORKDIR /usr/src/app
Expand Down
1 change: 0 additions & 1 deletion player/service/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const Hapi = require("@hapi/hapi"),
Vision = require("@hapi/vision"),
AuthBasic = require("@hapi/basic"),
AuthJwt = require("@hapi/jwt"),
Bcrypt = require("bcrypt"),
waitPort = require("wait-port"),
{
LRS_ENDPOINT,
Expand Down
Loading

0 comments on commit 9438c43

Please sign in to comment.