Create .gitpod.Dockerfile

adding Dockerfile option to do
This commit is contained in:
Jaytru505 2024-11-04 06:17:04 -08:00 committed by GitHub
parent 300b70a7da
commit e93d060a6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

5
.gitpod.Dockerfile vendored Normal file
View File

@ -0,0 +1,5 @@
FROM gitpod/workspace-full:latest
# Install any needed dependencies here
# For example, to install a specific Node.js version:
# RUN nvm install 14