Skip to content

Commit

Permalink
Dockerfile: remove unused directives
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix147 committed Mar 4, 2024
1 parent 1b72782 commit adaeac0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM node:20-alpine \
AS build
FROM node:20-alpine

ENV USER=appuser
ENV UID=10001
Expand All @@ -43,8 +42,6 @@ RUN apk update \
&& apk add --no-cache ca-certificates \
&& update-ca-certificates

WORKDIR '/app'

RUN npm install -g [email protected] \
&& npx swagger-typescript-api --version

Expand Down

0 comments on commit adaeac0

Please sign in to comment.