Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluzzi committed Jan 19, 2023
1 parent 3508b19 commit ba2d011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM node:19-alpine
FROM node:19

# Set workdir:
WORKDIR /usr/src/app

# Install required libs for node canvas:
RUN apk add --update libuuid libgl
RUN apt-get update && apt-get install -y libuuid1 libgl1-mesa-dev

# Install deps:
COPY package*.json ./
Expand Down

0 comments on commit ba2d011

Please sign in to comment.