Skip to content

Releases: nystudio107/vitejs-docker-dev

Version 1.0.4

15 Jan 19:08
Compare
Choose a tag to compare

Fixed

  • Remove tsc from the build script for the example app to so it can build successfully out of the box (#2)

Version 1.0.3

27 Dec 06:04
Compare
Choose a tag to compare

Fixed

  • Include packages needed in the Dockerfile to build bcrypt from source for arm64 (Apple Silicon M1) as prebuilts don't exist

Version 1.0.2

20 Dec 22:32
Compare
Choose a tag to compare

Fixed

  • Use ${CURDIR} instead of pwd to be cross-platform compatible with Windows WSL2

Version 1.0.1

19 Dec 19:08
Compare
Choose a tag to compare

Added

  • Added screenshots to the README.md
  • Switch to Node 16 via 16-alpine Docker tag by default

Version 1.0.0

01 Nov 16:53
Compare
Choose a tag to compare

Added

  • Initial release