Skip to content

Commit b85c4e0

Browse files
Elle Meredithlachlanhardy
authored andcommitted
Fix typo in ENV varibale for SEGMENT_TRACKING_ID
1 parent 0940e90 commit b85c4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ EXPOSE 3000
5454
# Let puma serve the static files
5555
ENV RAILS_SERVE_STATIC_FILES=true
5656

57-
ENV SGEMENT_TRACKING_ID=q0LtPl49tgnyHHY8PGBsPsshHk9AVNKm
57+
ENV SEGMENT_TRACKING_ID=q0LtPl49tgnyHHY8PGBsPsshHk9AVNKm
5858

5959
CMD ["bundle", "exec", "puma", "-C", "./config/puma.rb"]

0 commit comments

Comments
 (0)