Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bsanchezmir authored Mar 28, 2024
1 parent b753e7b commit c8b9a92
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# base node image
FROM node:18-alpine as base
USER root
EXPOSE 20-1024

# Adding bash to be able to access containers for debugging
RUN apk update
RUN apk upgrade
RUN apk add bash

0 comments on commit c8b9a92

Please sign in to comment.